An endpoint that allows you to register 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." } }
Application ID from dashboard
Sender ID you wish to register, should be less than 11 Characters
json
Show properties
error message
Was this page helpful?