Skip to main content
GET
/
v3
/
messages
/
sender-ids
/
{id}
Retrieve a Sender ID
curl --request GET \
  --url https://api.wavix.com/v3/messages/sender-ids/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "3c7a5a90-43e0-43e0-b006-fdfea30c5a7c",
  "sender_id": "Wavix",
  "type": "alphanumeric",
  "usecase": "promo",
  "samples": [
    "Sample"
  ],
  "allowlisted_in": [
    "GB"
  ]
}

Authorizations

Authorization
string
header
required

Bearer token using appid (Authorization: Bearer )

Path Parameters

id
string<uuid>
required

Sender ID ID.

Response

Sender ID details.

id
string<uuid>
required

Sender ID ID.

Example:

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

sender_id
string
required

Sender ID.

Example:

"Wavix"

type
enum<string>
required

Sender ID type.

Available options:
alphanumeric,
numeric,
shortcode
Example:

"alphanumeric"

usecase
string

Use case for the Sender ID.

Example:

"promo"

samples
string[]

Message samples.

allowlisted_in
string[]

List of countries where the Sender ID is allowlisted.