# Fetch destination alpha sender **GET /v1/Services/{ServiceSid}/DestinationAlphaSenders/{Sid}** A Messaging Service resource to add, fetch or remove Destination and Default Alpha Sender IDs from a Messaging Service. Destination Alpha Sender can send to a particular ISO country code. Default Alpha Senders can send to all countries. ## Servers - https://messaging.twilio.com: https://messaging.twilio.com () ## Authentication methods - Account sid auth token ## Parameters ### Path parameters - **ServiceSid** (string) The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to fetch the resource from. - **Sid** (string) The SID of the AlphaSender resource to fetch. ## Responses ### 200 OK #### Headers - **Access-Control-Allow-Origin** (string) Specify the origin(s) allowed to access the resource - **Access-Control-Allow-Methods** (string) Specify the HTTP methods allowed when accessing the resource - **Access-Control-Allow-Headers** (string) Specify the headers allowed when accessing the resource - **Access-Control-Allow-Credentials** (boolean) Indicates whether the browser should include credentials - **Access-Control-Expose-Headers** (string) Headers exposed to the client #### Body: application/json (object) - **sid** (string | null) The unique string that we created to identify the AlphaSender resource. - **account_sid** (string | null) The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the AlphaSender resource. - **service_sid** (string | null) The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) the resource is associated with. - **date_created** (string(date-time) | null) 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) | null) 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 | null) The Alphanumeric Sender ID string. - **capabilities** (array[string] | null) An array of values that describe whether the number can receive calls or messages. Can be: `SMS`. - **url** (string(uri) | null) The absolute URL of the AlphaSender resource. - **iso_country_code** (string | null) 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 [Powered by Bump.sh](https://bump.sh)