---
title: "GET /v2/Services"
method: GET
path: "/v2/Services"
---

# GET /v2/Services

`GET /v2/Services`

Retrieve a list of all Verification Services for an account.

## Query parameters

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

## Response `200`

OK

- object
  - `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
  - `services` VerifyV2Service[]
    - `account_sid` string, nullable — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Service resource.
    - `code_length` integer, nullable — The length of the verification code to generate.
    - `custom_code_enabled` boolean, nullable — Whether to allow sending verifications with a custom code instead of a randomly generated one. Not available for all customers.
    - `date_created` string, date-time, nullable — The date and time in GMT when the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format.
    - `date_updated` string, date-time, nullable — The date and time in GMT when the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format.
    - `default_template_sid` string, nullable
    - `do_not_share_warning_enabled` boolean, nullable — Whether to add a security warning at the end of an SMS verification body. Disabled by default and applies only to SMS. Example SMS body: `Your AppName verification code is: 1234. Don’t share this code with anyone; our employees will never ask for the code`
    - `dtmf_input_required` boolean, nullable — Whether to ask the user to press a number before delivering the verify code in a phone call.
    - `friendly_name` string, nullable — The string that you assigned to describe the verification service. It can be up to 32 characters long. **This value should not contain PII.**
    - `links` object, nullable — The URLs of related resources.
    - `lookup_enabled` boolean, nullable — Whether to perform a lookup with each verification started and return info about the phone number.
    - `psd2_enabled` boolean, nullable — Whether to pass PSD2 transaction parameters when starting a verification.
    - `push` unknown
    - `sid` string, nullable — The unique string that we created to identify the Service resource.
    - `skip_sms_to_landlines` boolean, nullable — Whether to skip sending SMS verifications to landlines. Requires `lookup_enabled`.
    - `totp` unknown
    - `tts_name` string, nullable — The name of an alternative text-to-speech service to use in phone calls. Applies only to TTS languages.
    - `url` string, uri, nullable — The absolute URL of the resource.

---

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