Skip to main content
GET
/
api
/
v1
/
billing
/
credits
/
Get credit balance
curl --request GET \
  --url https://api.rezora.io/api/v1/billing/credits/ \
  --header 'Authorization: Bearer <token>'
{
  "balance_cents": 123,
  "effective_balance_cents": 123,
  "included_remaining_cents": 123
}

Authorizations

Authorization
string
header
required

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

Response

200 - application/json
balance_cents
integer
required
effective_balance_cents
integer
required
included_remaining_cents
integer
required