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."
}
}
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."
}
}
{
"entity": {
"message": "Sender ID Request Successful, you will get an email once its Activated."
}
}
Was this page helpful?