---
title: "List templates"
method: GET
path: "/v1/whatsapp/templates"
tags: ["WhatsApp"]
---

# List templates

`GET /v1/whatsapp/templates`

List all message templates for the WhatsApp Business Account (WABA) associated with the given account.
Templates are fetched directly from the WhatsApp Cloud API.

## Query parameters

- `accountId` string, required

## Response `200`

Templates retrieved successfully

- object
  - `success` boolean
  - `templates` object[]
    - `id` string — WhatsApp template ID
    - `name` string
    - `status` 'APPROVED' | 'PENDING' | 'REJECTED'
    - `category` 'AUTHENTICATION' | 'MARKETING' | 'UTILITY'
    - `language` string
    - `components` object[]

## Other responses

- `400` — accountId is required or WABA ID not found
- `401` — Unauthorized
- `404` — WhatsApp account not found

---

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