SMS API
Account balance
Check the available SMS credit balance for a messaging account.
Endpoint
POST https://api.safravo.co.ke/sms/v1/account/balanceRequest
{
"apikey": "your-api-key",
"partnerID": "17042"
}Response
{
"response-code": 200,
"credit": "7640.00",
"partner-id": "17042"
}Check balance before high-volume sends and alert your operations team before credits are exhausted. Do not poll aggressively; cache the result briefly and respect the API rate limit.