List Delivery Receipt Codes
We have a list of available delivery receipt codes & descriptions in mplus. This endpoint fetches the full live list.
Request
Endpoint
Messaging Plus expects a GET request
https://mplus.instagiv.com/dr-responsesResponse
Body
json
[
{
"code": "00",
"description": "Successful"
},
{
"code": "1",
"description": "Sent to SME but unable to confirm"
},
{
"code": "2",
"description": "replaced at the SMSC"
},
// ...
]Body parameters
| Key | Expected value | Description |
|---|---|---|
*.code | string | Hexadecimal ID identifying this delivery receipt code |
*.description* | string | Description of what this error means |