---
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` unknown
    - `totp` unknown
    - `default_template_sid` string, nullable
    - `whatsapp` unknown
    - `passkeys` unknown
    - `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

- **2026-08-11** (v2) `d5d7b4a5714f` — 1 info
  - the endpoint scheme security `access_token_bearer` was added to the API
- **2025-08-18** (v2) `3fd4376faab5` — 1 info
  - added the optional property `services/items/passkeys` to the response with the `200` status
- **2025-07-03** (v2) `1548692e6804` — 3 breaking
  - the `services/items/push` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - the `services/items/totp` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - the `services/items/whatsapp` response's property type/format changed from `object`/`` to ``/`` for status `200`
- **2025-03-11** (v2) `43e0e113369c` — 3 breaking
  - the `services/items/push` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - the `services/items/totp` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - the `services/items/whatsapp` response's property type/format changed from ``/`` to `object`/`` for status `200`
- **2025-02-20** (v2) `b8075ab6f350` — 1 breaking
  - for the `query` request parameter `PageSize`, the type/format was changed from `integer`/`` to `integer`/`int64`

[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/995c3e7a8bfb/schema)
