SMS
Account & Auth
Credits & Billing
Contact Lists
Campaigns
Notifications
System
POST
/v1/sms/
https://api.sendafrica.online/v1/sms/

Send SMS

Send a single SMS to a Tanzania mobile number. Accepts 07xx or +255 format.

Query parameters
curl -X POST 'https://api.sendafrica.online/v1/sms/' \
  -H 'Content-Type: application/json' \
  -d '{
  "to": "0712345678",
  "message": "Habari! Order confirmed.",
  "from": "MyBrand"
}'
Response
Send a request to see the response here.
Session history
No requests yet.