cURL
curl --request GET \ --url https://api.wavix.com/v3/messages/sender_ids \ --header 'Authorization: Bearer <token>'
{ "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.
Bearer token using appid (Authorization: Bearer )
A list of Sender IDs registered on the account
Show child attributes
Was this page helpful?