Skip to main content
GET
/
messages
/
sender_ids
/
{id}
Get a Sender ID
curl --request GET \
  --url https://api.wavix.com/v3/messages/sender_ids/{id}
{
  "id": "3c7a5a90-43e0-43e0-b006-fdfea30c5a7c",
  "sender_id": "Wavix",
  "type": "alphanumeric",
  "usecase": "promo",
  "samples": [
    "Sample"
  ],
  "allowlisted_in": [
    "GB"
  ]
}

Authorizations

appid
string
query
required

An API key to authorize your request

Path Parameters

id
string<uuid>
required

Unique identifier of a Sender ID

Response

id
string<uuid>
required

Unique identifier of the Sender ID

Example:

"3c7a5a90-43e0-43e0-b006-fdfea30c5a7c"

sender_id
string
required

The Sender ID value

Example:

"Wavix"

type
enum<string>
required

The type of the Sender ID

Available options:
alphanumeric,
numeric,
shortcode
Example:

"alphanumeric"

usecase
string

usecase

Example:

"promo"

samples
string[]
allowlisted_in
string[]

List of countries where this Sender ID is allowlisted

I