---
title: "List all the available templates for a given Account."
method: GET
path: "/v2/Templates"
tags: ["VerifyV2Template"]
---

# List all the available templates for a given Account.

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

> 52 revisions in range; 1 could not be searched.

- **2025-07-03** (v2) `1548692e6804` — 1 breaking
  - the `templates/items/translations` response's property type/format changed from `object`/`` to ``/`` for status `200`
- **2025-03-11** (v2) `43e0e113369c` — 1 breaking
  - the `templates/items/translations` 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`
- **2023-08-10** (v2) `fb6ded97d73f` — 1 info
  - api tag `VerifyV2Template` added

[Change history](https://skmtc.dev/twilio/apis/verify-v2/changes/v2/Templates/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)
