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