Documentation
Send message
Submit a messaging request with recipient, channel, and message body.
Use the messaging endpoint to send SMS or WhatsApp traffic through a shared API.
curl -X POST https://api.katembe.io/v1/messages \
-H "Authorization: Bearer <api_key>" \
-d "channel=sms" \
-d "to=+258840000000" \
-d "message=Your account was verified."