---
title: "Return all your created WhatsApp templates"
method: GET
path: "/whatsappCampaigns/template-list"
tags: ["WhatsApp Campaigns"]
---

# Return all your created WhatsApp templates

`GET /whatsappCampaigns/template-list`

## Query parameters

- `startDate` string
- `endDate` string
- `limit` integer
- `offset` integer
- `sort` 'asc' | 'desc'
- `source` 'Automation' | 'Conversations'

## Response `200`

WhatsApp templates informations

- GetWATemplates
  - `templates` GetWATemplatesTemplates[], required
    - `id` string, required — id of the template
    - `name` string, required — Name of the WhatsApp template
    - `status` string, required — Status of the WhatsApp template
    - `language` string, required — Language in which template exists
    - `category` string, required — category of the template
    - `errorReason` string — Error reason in the template creation
    - `createdAt` string, required — Creation UTC date-time of the whatsApp template (YYYY-MM-DDTHH:mm:ss.SSSZ)
    - `modifiedAt` string, required — UTC date-time of last modification of the whatsApp template (YYYY-MM-DDTHH:mm:ss.SSSZ)
  - `count` integer, required — Number of whatsApp templates retrived

## Other responses

- `400` — bad request

---

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