Skip to main content
GET
/
credits
/
balance
Get credit balance
curl --request GET \
  --url https://api.ngrok.ai/credits/balance \
  --header 'Authorization: Bearer <token>'
{
  "balanceCents": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

The current credit balance.

balanceCents
integer<int64>
required

Current credit balance in cents.