Delivery Reports
The Delivery Reports API allows you to retrieve detailed information about the delivery status of SMS messages you have sent. This endpoint provides comprehensive tracking of your messages.
GET Method
Endpoint
https://send.macrologicsys.com/api/services/delivery
Parameters
| Parameter | Description |
|---|---|
apikey |
Your valid API key |
partnerID |
Your Partner ID |
messageid |
The ID of the message to check delivery status |
Example Request
https://send.macrologicsys.com/api/services/delivery?apikey={{apikey}}&partnerID={{partnerID}}&messageid={{messageid}}
Sample Success Response
{
"responses":[
{
"response-code": 200,
"response-description": "Success",
"mobile": "xxxxxxxxxxxxx",
"messageid": "xxxxxxxxxxx",
"delivery-status": "Delivered",
"delivery-time": "2025-02-24 10:30:45"
}
]
}
Last Updated: 2/24/2025 | Contributors: Macrologic API Team