Last updated 1 year ago
// Body sample { "msg_id": [ "1fqwe-qwe", "nwepq22q" ] }
POST /api/sms/status
POST
/api/sms/status
This endpoint allows you to check the delivery status of the messages sent.
x-api-key*
String
Your API Key
msg_id*
Array
Array of message ids
{ "status": "ok", "description": "The request has suceeded", "data": [ { "msg_id": "1fqwe-qwe", "status": "DELIVERD" }, { "msg_id": "nwepq22q", "status": "DELIVERD" } ] }