Skip to main content
GET
/
messages
/
sender_ids
List Sender IDs
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"
      ]
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer token using appid (Authorization: Bearer )

Response

items
SenderID · object[]
required

A list of Sender IDs registered on the account