# Fetch specific Verification Service Instance **GET /v2/Services/{Sid}** Fetch specific Verification Service Instance. TODO: Resource-level docs ## Servers ## Parameters ### Path parameters - **Sid** (string) The Twilio-provided string that uniquely identifies the Verification Service resource to fetch. ## Responses ### 200 OK #### Body: (object) - **account_sid** (string | null) The SID of the Account that created the resource - **code_length** (integer | null) The length of the verification code - **custom_code_enabled** (boolean | null) Whether to allow sending verifications with a custom code. - **date_created** (string(date-time) | null) The RFC 2822 date and time in GMT when the resource was created - **date_updated** (string(date-time) | null) The RFC 2822 date and time in GMT when the resource was last updated - **default_template_sid** (string | null) - **do_not_share_warning_enabled** (boolean | null) Whether to add a security warning at the end of an SMS. - **dtmf_input_required** (boolean | null) Whether to ask the user to press a number before delivering the verify code in a phone call - **friendly_name** (string | null) The string that you assigned to describe the verification service - **links** (object(uri-map) | null) The URLs of related resources - **lookup_enabled** (boolean | null) Whether to perform a lookup with each verification - **psd2_enabled** (boolean | null) Whether to pass PSD2 transaction parameters when starting a verification - **push** () The service level configuration of factor push type. - **sid** (string | null) The unique string that identifies the resource - **skip_sms_to_landlines** (boolean | null) Whether to skip sending SMS verifications to landlines - **totp** () The service level configuration of factor TOTP type. - **tts_name** (string | null) The name of an alternative text-to-speech service to use in phone calls - **url** (string(uri) | null) The absolute URL of the resource [Powered by Bump.sh](https://bump.sh)