---
title: "List templates for a WhatsApp account"
method: GET
path: "/whatsapp/{account_uuid}/templates"
tags: ["whatsapp"]
---

# List templates for a WhatsApp account

`GET /whatsapp/{account_uuid}/templates`

Retrieves all WhatsApp message templates associated with the specified account.

**Permission:** Access is managed by the WhatsApp service. No specific API token permission is checked.

**Monitoring:** No impact.

## Path parameters

- `account_uuid` string, required

## Response `200`

Successful operation — returns the list of templates for the account.

- object[]
  - `account_uuid` string, uuid
  - `content` string
  - `creation_date` string, date-time
  - `status` string
  - `template_uuid` string, uuid
  - `title` string

## Other responses

- `401` — Unauthorized — access denied by the WhatsApp service.
- `404` — Not found — the specified account does not exist.
- `500` — Internal server error.

---

[API](https://skmtc.net/ringover/apis/ringover-public-api.md) · [All operations](https://skmtc.net/ringover/apis/ringover-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ringover/ringover-public-api/revisions/9da73dd2f99e/schema)
