cURL
curl --request GET \ --url 'https://api.wavix.com/v1/messages/sender_ids?appid='
{ "items": [ { "id": "3c7a5a90-43e0-43e0-b006-fdfea30c5a7c", "sender_id": "Wavix", "type": "numeric", "allowlisted_in": [ "<string>" ], "usecase": "promo", "samples": [ "sample" ] } ] }
Use this method to get a list of all Sender IDs and their details.
An API key to authorize your request
A list of Sender IDs registered on the account
Show child attributes
Unique identifier of the Sender ID
"3c7a5a90-43e0-43e0-b006-fdfea30c5a7c"
Name of the Sender ID. Can be either an alphanumeric string or a DID number.
"Wavix"
Sender ID type
numeric
alphanumeric
An array of 2 letter ISO codes of the countries the Sender ID is allow listed in
"promo"
Was this page helpful?