GET
/
balance
{
  "balance": "<string>"
}

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Successful Response

balance: Current number of API credits available, value in cents (0.01 USD = 1 credit)