# `Twilio.Verify.V2.TemplateService`
[🔗](https://github.com/jeffhuen/twilio_elixir/blob/main/lib/twilio/verify/v2/template_service.ex#L2)

Service for Template API operations.

Operations: `list`

# `list`

```elixir
@spec list(Twilio.Client.t(), map(), keyword()) ::
  {:ok, Twilio.Page.t()}
  | {:ok, map(), map()}
  | :ok
  | {:error, Twilio.Error.t()}
```

List all the available templates for a given Account.

Operation: `ListVerificationTemplate` | Tags: VerifyV2Template

## Query Parameters

| Parameter | Type | Description |
|-----------|------|-------------|
| `FriendlyName` | string | String filter used to query templates with a given friendly name. |

# `stream`

```elixir
@spec stream(Twilio.Client.t(), map(), keyword()) :: Enumerable.t()
```

Stream: List all the available templates for a given Account. (lazy auto-pagination).

---

*Consult [api-reference.md](api-reference.md) for complete listing*
