Use this method to allow list a new Sender ID on the account
This endpoint requires authentication.
POST /messages/sender_ids
Messaging
HTTP Status Code | Error Description | Exception Class |
---|---|---|
400 | Sender ID cannot be provisioned. The response indicates the reason for the error. | |
403 | Request failed. Outbound SMS messaging service is disabled. |
|
curl -X POST \
--url 'https://api.wavix.com/v2/messages/sender_ids?appid=appid' \
-H 'Accept: application/json'\
-H 'Content-Type: application/json' \
--data-raw '{
"sender_id": "Wavix",
"type": "alphanumeric",
"countries": [
"GB",
"FR"
]
}'