# Fetch alpha sender **GET /v1/Services/{ServiceSid}/AlphaSenders/{Sid}** A Messaging Service resource to add, fetch or remove an Alpha Sender ID from a Messaging Service. ## Servers ## 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 #### Body: (object) - **account_sid** (string | null) The SID of the Account that created the resource - **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 - **date_created** (string(date-time) | null) The ISO 8601 date and time in GMT when the resource was created - **date_updated** (string(date-time) | null) The ISO 8601 date and time in GMT when the resource was last updated - **service_sid** (string | null) The SID of the Service that the resource is associated with - **sid** (string | null) The unique string that identifies the resource - **url** (string(uri) | null) The absolute URL of the AlphaSender resource [Powered by Bump.sh](https://bump.sh)