Fetch Delivery Report

Use this api to fetch delivery reports.

URL - https://app.bongasms.co.ke/api/fetch-delivery

METHOD - GET Response : JSON

Request Parameters

NameDescriptionTypeOption
apiClientIDAPI Client ID (Provided above)NumericMandatory
keyAPI Key (Provided above)StringMandatory
unique_idSMS unique id sent back when send-sms was invokedStringMandatory

Response Parameters

NameDescriptionTypeOption
statusStatus of the request (222 - success, 666 - error)NumericMandatory
status_messageDescription of statusStringMandatory
delivery_statusSMS delivery statusStringMandatory
delivery_status_descSMS delivery status descriptionStringMandatory
curl --location --request GET 'https://app.bongasms.co.ke/api/fetch-delivery?apiClientID=605&key=SLn4VDUnPomPjzB&unique_id=30987653'


 
{
    "status": 222,
    "status_message": "fetched delivery status",
    "unique_id": 345119267,
    "delivery_status_desc": "DeliveredToTerminal",
    "date_received": "2022-05-24 16:00:33",
    "correlator": null,
    "msisdn": "254712345678"
}