---
title: "Listar plantillas WhatsApp"
method: GET
path: "/v1/whatsapp/{channelId}/templates"
tags: ["WhatsApp"]
---

# Listar plantillas WhatsApp

`GET /v1/whatsapp/{channelId}/templates`

Devuelve las plantillas HSM aprobadas, pendientes y rechazadas del canal.

## Path parameters

- `channelId` string, required

## Response `200`

Lista de plantillas

- object
  - `code` string
  - `statusCode` integer
  - `result` WhatsAppTemplate[]
    - `id` integer — ID interno de la plantilla
    - `elementName` string — Nombre identificador de la plantilla
    - `status` 'APPROVED' | 'PENDING' | 'REJECTED' — Estado de aprobación en Meta
    - `category` 'MARKETING' | 'UTILITY' | 'AUTHENTICATION' — Categoría de la plantilla
    - `text` string — Contenido del mensaje con variables ({name}, {1}, etc.)
    - `language` string — Código de idioma (es, en, pt, etc.)
    - `components` object[] — Componentes de la plantilla (header, body, botones) según el formato de Meta.

---

[API](https://skmtc.net/cliengo/apis/cliengo-public-api.md) · [All operations](https://skmtc.net/cliengo/apis/cliengo-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cliengo/cliengo-public-api/versions/94c7ba7d6a11/schema)
