---
title: "GetWhatsAppTemplates"
method: GET
path: "/channel/{id}/whatsapp-templates"
tags: ["Whatsapp"]
---

# GetWhatsAppTemplates

`GET /channel/{id}/whatsapp-templates`

Get WhatsApp templates

## Path parameters

- `id` string, required

## Query parameters

- `offset` string
- `limit` string

## Response `200`

Success-Response:

- object
  - `templates` object[], required — <p>WhatsApp Templates</p>
    - `category` string
    - `components` object[]
      - `example` object, required
        - `body_text` string[]
        - `header_handle` string[]
      - `text` string, required
      - `type` string, required
      - `format` string
      - `buttons` object[]
        - `phone_number` string
        - `text` string, required
        - `type` string, required
        - `example` string[]
        - `url` string
    - `language` string
    - `name` string
    - `namespace` string
    - `rejected_reason` string
    - `status` string
  - `count` number

---

[API](https://skmtc.dev/cleverpush/apis/cleverpush-api-reference.md) · [All operations](https://skmtc.dev/cleverpush/apis/cleverpush-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cleverpush/cleverpush-api-reference/revisions/c2dffd898fd9/schema)
