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.
