Skip to main content
GET
/
v3
/
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": "org_123",
      "type": "numeric",
      "allowlisted_in": [
        "allowlisted in"
      ],
      "usecase": "usecase",
      "samples": [
        "samples"
      ]
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer token using appid (Authorization: Bearer )

Response

List of sender IDs.

items
SenderID · object[]
required

List of Sender IDs.