How to Get Delivery Reports
Endpoint
https://api.smsleopard.com/v1/delivery_reports/{unique_id}
Authorization
Authorization: Basic dXNlcm5hbWU6cGFzc3dvcmQ=
Code Examples
curl -u ACCOUNT_ID:ACCOUNT_SECRET -X GET https://api.smsleopard.com/v1/delivery_reports/fb21dd7c-8df5-4aac-895a-6fec8eb29e8d
Example of a Successful Response
Status code: 201
{
"id": "fb21dd7c-8df5-4aac-895a-6fec8eb29e8d",
"reason": "",
"status": "DELIVRD",
"time": 1626390000
}
id | Unique identifier for the recipient message. |
reason | Current status of the message in our system. |
status | Cause of message failure. |
time | Message process time in unix timestamp. |