Billing API
Retrieve user balance
Fetches the balance of a user based on the user ID.
get/billing/balance
Response
Successful response with user balance.
Example response
{
"data": {
"minutes_left": "25.5"
},
"ok": true
}Changes
No recorded changes to this endpoint across all 1 revision of this API.