Safravo Logosafravo.com
SMS API

Delivery reports

Retrieve the delivery status of an SMS message.

Endpoint

POST https://api.safravo.co.ke/sms/v1/messages/delivery-report

Request

{
  "apikey": "your-api-key",
  "partnerID": "17042",
  "messageID": "796220792"
}

cURL

curl -X POST 'https://api.safravo.co.ke/sms/v1/messages/delivery-report' \
  -H 'Content-Type: application/json' \
  -d '{
    "apikey": "your-api-key",
    "partnerID": "17042",
    "messageID": "796220792"
  }'

Delivery status is provider-dependent. Treat a message as delivered only when the response explicitly reports a successful delivery state. Keep your Safravo message ID and provider message ID together for support and reconciliation.

On this page