API DOCUMENTATION

SMS Gateway API

Build messaging into your applications with our REST API. Send SMS, WhatsApp messages, and OTPs with a few lines of code.

Get started in 5 minutes

Get your API key and send your first SMS in just a few lines of code.

Send your first SMS
curl -X POST "https://api.yourdomain.com/api/v1/sms/send" \
  -H "Authorization: Bearer sk-your-api-key" \
  -H "Content-Type: application/json" \
  -d '{
    "to": "+265888123456",
    "message": "Hello from SMS Gateway!"
  }'

Explore the API

Base URL

https://api.yourdomain.com

All API endpoints are relative to this base URL. Use HTTPS in production. All requests must include an Authorization header.