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

# GET /v2/Templates

`GET /v2/Templates`

List all the available templates for a given Account.

## Query parameters

- `FriendlyName` string
- `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
  - `templates` VerifyV2VerificationTemplate[]
    - `account_sid` string, nullable — The unique SID identifier of the Account.
    - `channels` string[], nullable — A list of channels that support the Template. Can include: sms, voice.
    - `friendly_name` string, nullable — A descriptive string that you create to describe a Template. It can be up to 32 characters long.
    - `sid` string, nullable — A 34 character string that uniquely identifies a Verification Template.
    - `translations` unknown

---

[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/versions/b85b5e38502c/schema)
