get sender id restrictions

API Docs by APIMATIC

Get Sender ID Restrictions

Use this method to check if numeric or alphanumeric Sender IDs can be allow listed in a specific country via this API. Sender IDs can be allow listed via the API only if the attribute "self_service" is true. Please contact support@wavix.com, if you need to allow list a Sender ID that can not be allow listed in the self service mode.

This endpoint requires authentication.

GET /messages/sender_ids/restrictions
  • EXPLORER
  • PARAMETERS
Endpoint Arguments*
Parameters*

2 letter ISO code of the country

Type of Sender ID

Server

Messaging

Response Type

curl -X GET -G \
  --url 'https://api.wavix.com/v2/messages/sender_ids/restrictions' \
  -H 'Accept: application/json' \
  -d 'appid=appid' \
  -d 'country=US' \
  -d 'type=alphanumeric'