Home
SMS API
USSD API
CREDIT API
Home
SMS API
USSD API
CREDIT API
  • JORITECH API
  • SMS API
    • Send SMS
    • Send Bulk
    • Send OTP
    • Send Hashed
    • Delivery Status
    • Get SMS Balance
    • Sample Codes
  • USSD API
  • CREDIT API

DELIVERY REPORTS

POST Method

https://{{url}}/api/services/getdlr/

Request Body:

{
  "apikey": "{{apikey}}",
  "partnerID": "{{partnerID}}",
  "messageID": "{{messageID}}"  // The ID of the message to get the delivery report for
}

Best Alternative

Instead of fetching the Delivery Report (DLR) periodically, you can configure an endpoint on your account where the DLRs will be posted in real-time. This eliminates the need to manually fetch the reports, as they are sent directly to your endpoint whenever available.

Prev
Send Hashed
Next
Get SMS Balance