Delivery status allows you to see information about SMS that you sent.

We keep the delivery status for 1 week. 




Settings:

URL

https://api.99digital.co.il/sms/deliveryStatus

Method

POST (form-data body)



Body:

Parameter

Description / Example

apiKey

Your API key for the service

unique

The unique number you received when sending the message(s)



Response:


[
    {
        "from": "0501234567",
        "to": "0502233442",
        "code": 102,
        "he_message": "הגיע ליעד",
        "en_message": "Delivered",
        "date": "15/03/21 20:18",
        "operator": "Cellcom"
    },
    {
        "from": "0501234567",
        "to": "0502233442",
        "code": 102,
        "he_message": "הגיע ליעד",
        "en_message": "Delivered",
        "date": "15/03/21 22:18",
        "operator": "Cellcom"
    }
]



Response-Explain:

Parameter

Description

from

Sender number or alphanumeric

to

Destination number

code

Message code status. according to the following table:



status codes

Explanation

-1, 0, 102

Delivered - the destination received the SMS

1, 3, 5, 6, 101, 105, 106, 107, 109-132, 999

Failed (could be: phone is off, out of network , etc)

4, 14, 104

failed , reason: operator did not deliver the message to the destination

15

Kosher number - SMS not allowed.

17, 201

The destination number requested not to receive this kind of SMS

18,998

Illegal message

2, 103

The system tried to send the SMS few time: timeout.

747

The destination number is out of Israel


he_message

The explanation to the status code, in Hebrew

en_message

The explanation to the status code, in English

date

The date that the status code received

operator

The operator name (Cellcom, Partner etc..)

Created with the Personal Edition of HelpNDoc: Free help authoring tool