---
title: "Retrieve a Sender ID"
method: GET
path: "/v3/messages/sender-ids/{id}"
tags: ["SMS and MMS"]
---

# Retrieve a Sender ID

`GET /v3/messages/sender-ids/{id}`

Returns the Sender ID identified by `id`.

## Path parameters

- `id` string, uuid, required

## Response `200`

Returns the Sender ID.

- SenderIDResponse
  - `id` string, uuid, required — Sender ID ID.
  - `sender_id` string, required — Sender ID.
  - `type` 'alphanumeric' | 'numeric' | 'shortcode', required — Format of the Sender ID. One of `alphanumeric` (a text sender name), `numeric` (a phone number), or `shortcode` (a short code).
  - `usecase` string — Use case for the Sender ID.
  - `samples` string[] — Message samples.
  - `allowlisted_in` string[] — List of countries where the Sender ID is allowlisted.

## Other responses

- `403` — Request failed. The feature is disabled for your account.
- `404` — Request failed. An object with the specified ID is not found.

---

[API](https://skmtc.net/wavix/apis/wavix-apis.md) · [All operations](https://skmtc.net/wavix/apis/wavix-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wavix/wavix-apis/versions/b22f170488b6/schema)
