Get the individual SMS status for all SMS's of a job
Security
httpBasicAuth
- Mock serverhttps://developers.retarus.com/_mock/sms/sms4a-api/sms
- Primary data centerhttps://sms4a.de2.retarus.com/rest/v1/sms
- Secondary data centerhttps://sms4a.de1.retarus.com/rest/v1/sms
- HA endpoint - only to send SMShttps://sms4a.eu.retarus.com/rest/v1/sms
curl -i -X GET \
-u '<username>:<password>' \
'https://developers.retarus.com/_mock/sms/sms4a-api/sms?jobId=J.20180620-085038.561-0jimrdkk7SOILYBNMK'Get report for all recipients of job ID successful.
Array [
]
Response
[ { "smsId": "S.20220928-125820.022-0l8likueyRB3CT8FTG", "dst": "+4917600000000", "processStatus": "DONE", "status": "SUC_FIN", "customerRef": "TransactionID: ABC123", "reason": "message_state:DELIVERED [00000002] (Final) (Message is delivered to destination.)", "sentTs": "2022-09-28T10:58:30.022Z", "finishedTs": "2022-09-28T10:59:34.150Z" } ]