User Credit Details
POST
https://apis.autobg.ai/public/api/v1/user/getUserCreditDetailsThis API returns current credits and total credits of the user.
Request
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
object {0}
Example
Success
{
"status": true,
"message": "",
"data": {
"current_credits": 10,
"total_credits": 10
}
}
Last modified: 3 months ago