Delivery Status
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:
|
||||||||||||||||||
|
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