API Documentation

  • Home
  • Getting Started

SMS API

  • Overview
  • Send SMS
  • Bulk SMS
  • Send Hashed SMS
  • Send OTP
  • Delivery Reports
  • Delivery Status
  • SMS Balance
  • Common Errors
  • Response Codes

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

Related Endpoints

  • Delivery Status Descriptions
  • Send SMS
  • Response Codes

© 2025 All rights reserved | info@macrologicsys.com