Skip to main content
View as Markdown

Get billing balance

GET /api/v1/billing/balance

Example request

curl https://api.mobilenexthq.com/api/v1/billing/balance \
-X GET \
-H 'Authorization: Bearer mob_...'

Responses

200 — Current billing balance

{
"balance": 0
}

401 — Missing or invalid Bearer token

{
"error": {
"code": "string",
"message": "string"
}
}