Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.example.com/api/messaging/sms/{message_id}/status/
{ "success": true, "message": { "id": "550e8400-e29b-41d4-a716-446655440000", "recipient": "+255614853618", "message": "Hello, this is a test message", "sender_id": "MIFUMO", "status": "delivered", "sent_at": "2025-11-27T10:30:00Z", "delivered_at": "2025-11-27T10:30:15Z", "cost": 0.05, "currency": "USD" } }