cURL
curl --request GET \ --url https://api.dojah.io/api/v1/messaging/sms/get_status \ --header 'AppId: <appid>' \ --header 'Authorization: <api-key>'
{ "entity": { "status": "sent" } }
An endpoint that provides you with the delivery status of a message
Show properties
Was this page helpful?