REST API: Get account balance
This will return the balance for the account associated with the given API-key.
Request example
curl -X GET --header 'Accept: application/json' --header 'Authorization: Your API key' 'https://platform.clickatell.com/public-client/balance'
Authorization should contain your unique API key.
Response example
{
"balance": 1267.92865
"currency": "ZAR"
}
The value returned in the response will be in the billing currency set in the account.
This will return the balance for the account associated with the given API-key. Request example
curl -X GET --header 'Accept: application/json' --header 'Authorization: Your API key' 'https://platform.clickatell.com/public-client/balance'
Authorization should contain your unique API key.
Response example
{
"balance": 1267.92865
"currency": "ZAR"
}
The value returned in the response will be in the billing currency set in the account.