---
title: "List alphanumeric sender IDs"
method: GET
path: "/alphanumeric_sender_ids"
tags: ["Messaging"]
---

# List alphanumeric sender IDs

`GET /alphanumeric_sender_ids`

List all alphanumeric sender IDs for the authenticated user.

## Query parameters

- `filter[messaging_profile_id]` string, uuid
- `page[number]` integer
- `page[size]` integer

## Response `200`

Successful response with a list of alphanumeric sender IDs.

- object
  - `data` AlphanumericSenderId[]
    - `record_type` 'alphanumeric_sender_id'
    - `id` string, uuid — Uniquely identifies the alphanumeric sender ID resource.
    - `alphanumeric_sender_id` string — The alphanumeric sender ID string.
    - `organization_id` string — The organization that owns this sender ID.
    - `messaging_profile_id` string, uuid — The messaging profile this sender ID belongs to.
    - `us_long_code_fallback` string — A US long code number to use as fallback when sending to US destinations.
  - `meta` MessagingPaginationMeta0b38e7044b
    - `total_pages` integer, required
    - `total_results` integer, required
    - `page_number` integer, required
    - `page_size` integer, required

## Other responses

- `401` — Unauthorized
- `422` — Unprocessable Entity

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api-2/revisions/8f5f4e537994/schema)
