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

# List approved WhatsApp templates

`GET /public/v1/channels/whatsapp/templates`

Read-only list of APPROVED WhatsApp message templates from Meta for this account's WhatsApp Business channel. Use template.name in SEND_WHATSAPP_MESSAGE nodes and map parameters into templateVariables.

## Response `200`

Approved WhatsApp templates

- PublicWhatsAppTemplatesOutput
  - `results` PublicWhatsAppTemplate[], required
    - `id` string
    - `name` string, required — Template name to use in SEND_WHATSAPP_MESSAGE nodes.
    - `language` string
    - `status` string
    - `category` string
    - `components` object[]
    - `parameters` PublicWhatsAppTemplateParameters
      - `HEADER` string[]
      - `BODY` string[]
      - `FOOTER` string[]
      - `BUTTONS` string[]
      - `BUTTONS_URL` string[]

## Other responses

- `401` — Unauthorized
- `404` — WhatsApp channel not configured

---

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