# Fetch short code **GET /v1/Services/{ServiceSid}/ShortCodes/{Sid}** A Messaging Service resource to add, fetch or remove short code numbers 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 ShortCode resource to fetch. ## Responses ### 200 OK #### Body: (object) - **account_sid** (string | null) The SID of the Account that created the resource - **capabilities** (array[string] | null) An array of values that describe whether the number can receive calls or messages - **country_code** (string | null) The 2-character ISO Country Code of the number - **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 - **short_code** (string | null) The E.164 format of the short code - **sid** (string | null) The unique string that identifies the resource - **url** (string(uri) | null) The absolute URL of the ShortCode resource [Powered by Bump.sh](https://bump.sh)