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
Messaging
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'