Get Balance
GET https://{{host}}/v3/balance
Returns the prepaid balance as well as the available credit on your account.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | ||
Content-Type | string | ||
Api-Key | string |
RESPONSES
status: OK
{"data":{"id":"94441ce5-86fa-47bd-8ce7-b5e267d0603a","type":"balances","attributes":{"balance":"50.00","credit":"10.00","total_balance":"60.00"}},"meta":{"api_version":"2021-12-15"}}