---
title: "Get template"
method: GET
path: "/v1/whatsapp/templates/{templateName}"
tags: ["WhatsApp"]
---

# Get template

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

Retrieve a single message template by name.

## Path parameters

- `templateName` string, required

## Query parameters

- `accountId` string, required

## Response `200`

Template retrieved successfully

- object
  - `success` boolean
  - `template` object
    - `id` string
    - `name` string
    - `status` string
    - `category` string
    - `language` string
    - `components` object[]

## Other responses

- `400` — accountId is required
- `401` — Unauthorized
- `404` — Resource not found
- `502` — Meta rejected the request or was unreachable. Meta 4xx statuses are forwarded as-is.

---

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