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

# List WhatsApp templates

`GET /beta/whatsapp/templates`

List all WhatsApp templates for the organization. To find out template's approval status and category, use get template endpoint.

## Response `200`

The list of WhatsApp templates

- ListWhatsappTemplatesOutput
  - `data` WhatsappTemplateListItem[]
    - `id` string, required
    - `name` string, required
    - `language` string, required
    - `createdAt` string, required

## Other responses

- `400` — Invalid value extracted from request context
- `500` — Internal failure during request processing

---

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