billing.getCredits
get/v1/billing/credits
billing.getCredits
Responses
200No description
- Schema
Schema Structure
{
"type": "object",
"properties": {
"success": {
"type": "boolean"
},
"data": {
"type": "object",
"properties": {
"available": {
"type": "number"
},
"used_this_month": {
"type": "number"
},
"included_in_plan": {
"type": "string"
},
"purchased": {
"type": "number"
},
"bonus": {
"type": "number"
},
"expires_at": {
"type": "string"
}
},
"required": [
"available",
"used_this_month",
"included_in_plan",
"purchased",
"bonus",
"expires_at"
]
}
},
"required": [
"success",
"data"
]
}