GET
/
api
/
v1
/
messaging
/
sms
/
get_status
curl --request GET \
  --url https://api.dojah.io/api/v1/messaging/sms/get_status \
  --header 'AppId: <appid>' \
  --header 'Authorization: <api-key>'
{
  "entity": {
    "status": "sent"
  }
}
AppId
string
required

Application ID from dashboard

Query parameter

message_id
string
required

ID of message

RESPONSES

200
json

json

400
Object
401
Object
{
  "entity": {
    "status": "sent"
  }
}