---
title: "List alphanumeric sender IDs for a messaging profile"
method: GET
path: "/messaging/profiles/{id}/alphanumeric/sender/ids"
tags: ["Messaging"]
---

# List alphanumeric sender IDs for a messaging profile

`GET /messaging/profiles/{id}/alphanumeric/sender/ids`

List all alphanumeric sender IDs associated with a specific messaging profile.

## Path parameters

- `id` string, uuid, required

## Query parameters

- `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` MessagingPaginationMeta
    - `total_pages` integer, required
    - `total_results` integer, required
    - `page_number` integer, required
    - `page_size` integer, required

## Other responses

- `401` — Unauthorized
- `404` — Not Found

---

[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/versions/8f5f4e537994/schema)
