---
title: "GET /v1/Services/{ServiceSid}/DestinationAlphaSenders"
method: GET
path: "/v1/Services/{ServiceSid}/DestinationAlphaSenders"
tags: ["MessagingV1DestinationAlphaSender"]
---

# GET /v1/Services/{ServiceSid}/DestinationAlphaSenders

`GET /v1/Services/{ServiceSid}/DestinationAlphaSenders`

## Path parameters

- `ServiceSid` string, required

## Query parameters

- `IsoCountryCode` string
- `PageSize` integer
- `Page` integer
- `PageToken` string

## Response `200`

OK

- object
  - `alpha_senders` MessagingV1ServiceDestinationAlphaSender[]
    - `sid` string, nullable — The unique string that we created to identify the AlphaSender resource.
    - `account_sid` string, nullable — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the AlphaSender resource.
    - `service_sid` string, nullable — The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) the resource is associated with.
    - `date_created` string, date-time, nullable — The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
    - `date_updated` string, date-time, nullable — The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
    - `alpha_sender` string, nullable — The Alphanumeric Sender ID string.
    - `capabilities` string[], nullable — An array of values that describe whether the number can receive calls or messages. Can be: `SMS`.
    - `url` string, uri, nullable — The absolute URL of the AlphaSender resource.
    - `iso_country_code` string, nullable — The Two Character ISO Country Code the Alphanumeric Sender ID will be used for. For Default Alpha Senders that work across countries, this value will be an empty string
  - `meta` object
    - `first_page_url` string, uri
    - `key` string
    - `next_page_url` string, uri, nullable
    - `page` integer
    - `page_size` integer
    - `previous_page_url` string, uri, nullable
    - `url` string, uri

---

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