Wakali SMS API
Multi-tenant bulk SMS platform reaching Safaricom, Airtel, and Telkom in Kenya. Create an account to get your API key and start sending.
Base URL
| Environment | URL |
|---|---|
| Production API | https://api.wakalisms.com |
| Interactive Swagger UI | https://api.wakalisms.com/docs |
Quick example
Send an SMS with your API key:
curl -X POST https://api.wakalisms.com/sms/send \
-H "X-API-Key: sk_live_xxxxxxxxxxxxxxxxxxxx" \
-H "Content-Type: application/json" \
-d '{
"recipients": ["+254712345678"],
"message": "Hello from Wakali SMS!"
}'Create an account to get your key, then head to the API Reference for full details on every endpoint.
Last updated on