POST
/
api
/
v1
/
messaging
/
sender_id
curl --request POST \
  --url https://api.dojah.io/api/v1/messaging/sender_id \
  --header 'AppId: <appid>' \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "sender_id": "<string>"
}'
{
  "entity": {
    "message": "Sender ID Request Successful, you will get an email once its Activated."
  }
}
AppId
string
required

Application ID from dashboard

BODY PARAMS

sender_id
string
required

Sender ID you wish to register, should be less than 11 Characters

RESPONSES

200
json

json

400
Object
401
Object
{
  "entity": {
    "message": "Sender ID Request Successful, you will get an email once its Activated."
  }
}

Was this page helpful?