Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
Successful response
The number of credits remaining in your account.
Example:
123.456
The /credits/balance endpoint allows you to retrieve your current credits balance.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful response
The number of credits remaining in your account.
123.456