Skip to content

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

GET https://mplus.instagiv.com/dr-responses

Response

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

KeyExpected valueDescription
*.codestringHexadecimal ID identifying this delivery receipt code
*.description*stringDescription of what this error means

Messaging Plus is a Cymba API