cURL
curl --request GET \ --url https://api.togai.com/accounts/{account_id}/credit_balance \ --header 'Authorization: Bearer <token>'
{ "activeCredits": 1000, "availableBalance": 800, "runningBalance": 700, "inapplicableCredits": 100, "units": "USD", "lastUpdatedAt": "2020-07-04T12:00:00.000Z" }
Credit balance for Account
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
account_id corresponding to an account
50
"ACC00001"
Response for Credit Balance Request
Credit Balance response