Balance

Check your SMS credit balance programmatically — wire it into your monitoring so a marketing blast never drains the credits your OTPs need.

GEThttps://api.mobilesasa.com/v1/get-balance/
curl "https://api.mobilesasa.com/v1/get-balance/" \
  -H "Authorization: Bearer $MOBILESASA_TOKEN"
Response
{
  "status": true,
  "responseCode": "0200",
  "balance": 14250
}

The balance is in SMS units (message parts at your account rate).

Account details

GEThttps://api.mobilesasa.com/v1/get-balance/account-details

Returns the balance together with account metadata (account name, rate) — useful for dashboards that show more than the number.

Alerting pattern

  • Poll every 5–15 minutes from your monitoring (the endpoint is cheap).
  • Alert at a threshold that covers ~2 days of your normal volume.
  • The platform also sends low-balance reminders to your account email — set your threshold in the portal.