---
title: "List Viber OTP templates"
method: GET
path: "/otp/templates"
tags: ["Failover OTP"]
---

# List Viber OTP templates

`GET /otp/templates`

Returns Viber OTP template types with template UUIDs (`id`), required/optional parameters, and example text.

## Response `200`

Template catalog

- object
  - `total` integer
  - `templates` object[]
    - `id` string — Template UUID — use as templateId
    - `type` string
    - `name` string
    - `description` string
    - `required_params` string[]
    - `optional_params` string[]
    - `example_message` string

---

[API](https://skmtc.net/routee/apis/auth.md) · [All operations](https://skmtc.net/routee/apis/auth/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/routee/auth/revisions/5cef04e8f7d8/schema)
