---
title: "Get WhatsApp template"
method: GET
path: "/beta/whatsapp/templates/{templateId}"
tags: ["WhatsApp Templates"]
---

# Get WhatsApp template

`GET /beta/whatsapp/templates/{templateId}`

Get a WhatsApp template by id with template's category and approval status.

## Path parameters

- `templateId` string, uuid, required

## Response `200`

The WhatsApp template

- GetWhatsappTemplateOutput
  - `data` WhatsappTemplate, required
    - `id` string, required
    - `name` string, required
    - `language` string, required
    - `createdAt` string, required
    - `category` string
    - `approvalStatus` string
    - `body` string, required
    - `variables` MapString, required

## Other responses

- `400`
- `404` — An entity in this request could not be found
- `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/versions/041e058483f0/schema)
