Reporting

To receive DLR, make sure you have configured your API-KEY with a callback URL available over the internet. The delivery report (DLR) for each SMS is sent to the callback URL configured on your API-KEY via the HTTP POST method.

{

"status": "DELIVRD",

"msg_id": "9e63f4a3-cb30-4a38-b8c2-447faa36*****,

"timestamp": "2021-12-12 00:00:00",

"operator": "MTN - NG",

"cost": "2.50",

'pg_length' : 1,

'str_length' : 120,

'desc' : 'DELIVERED'

'ext_msg_id': '1234567'

}

The ext_msg_id is included in the report sent to your callback if this field was included while sending the SMS which is an optional field

Responses

200: OK

OK

Last updated