---
title: "Retrieve a list of all Verification Services for an account."
method: GET
path: "/v2/Services"
tags: ["VerifyV2Service"]
---

# Retrieve a list of all Verification Services for an account.

`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
  - `services` VerifyV2Service[]
    - `sid` string, nullable — The unique string that we created to identify the Service resource.
    - `account_sid` string, nullable — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Service resource.
    - `friendly_name` string, nullable — The name that appears in the body of your verification messages. It can be up to 30 characters long and can include letters, numbers, spaces, dashes, underscores. Phone numbers, special characters or links are NOT allowed. It cannot contain more than 4 (consecutive or non-consecutive) digits. **This value should not contain PII.**
    - `code_length` integer — The length of the verification code to generate.
    - `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.
    - `skip_sms_to_landlines` boolean, nullable — Whether to skip sending SMS verifications to landlines. Requires `lookup_enabled`.
    - `dtmf_input_required` boolean, nullable — Whether to ask the user to press a number before delivering the verify code in a phone call.
    - `tts_name` string, nullable — The name of an alternative text-to-speech service to use in phone calls. Applies only to TTS languages.
    - `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`
    - `custom_code_enabled` boolean, nullable — Whether to allow sending verifications with a custom code instead of a randomly generated one.
    - `push` object, nullable — Configurations for the Push factors (channel) created under this Service.
    - `totp` object, nullable — Configurations for the TOTP factors (channel) created under this Service.
    - `default_template_sid` string, nullable
    - `whatsapp` object, nullable
    - `verify_event_subscription_enabled` boolean, nullable — Whether to allow verifications from the service to reach the stream-events sinks if configured
    - `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.
    - `url` string, uri, nullable — The absolute URL of the resource.
    - `links` object, nullable — The URLs of related resources.
  - `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

## Changes

- **2025-03-11** (v2) `43e0e113369c` — 3 breaking
  - the `services/items/push` response's property type changed from no type to `object` for status `200`
  - the `services/items/totp` response's property type changed from no type to `object` for status `200`
  - the `services/items/whatsapp` response's property type changed from no type to `object` for status `200`
- **2025-02-20** (v2) `b8075ab6f350` — 1 breaking
  - for the `query` request parameter `PageSize`, the format changed from no format to `int64`
- **2024-08-26** (v2) `c6432fdfc1a2` — 1 info
  - the `code_length` response's property default value `0` was added for the status `200`
- **2024-04-04** (v2) `2fc124eb9d5c` — 1 info
  - added the optional property `services/items/whatsapp` to the response with the `200` status
- **2024-02-09** (v2) `e2dd9cab5c11` — 1 info
  - added the optional property `services/items/verify_event_subscription_enabled` to the response with the `200` status

[Full history](https://skmtc.dev/twilio/apis/verify-v2/changes/v2/Services/get.md)

---

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