Retrieve balance
Archived
This will show the number of credits available on your account.
GET https://api.clickatell.com/rest/account/balanceJSON
Request
GET /rest/account/balance HTTP/1.1
HOST: api.clickatell.com
X-Version: 1
Authorization: Bearer [Your Authorization Token]
Accept: application/jsonResponse
HTTP/1.1 200 OK
Content-Type: application/json
{
"data":{
"balance":"300.50"
}
}