---
title: "Retrieve Whatsapp template status"
method: GET
path: "/accounts/templates/{templateId}"
---

# Retrieve Whatsapp template status

`GET /accounts/templates/{templateId}`

Get the details of a template including his review status.

## Path parameters

- `templateId` string, required

## Headers

- `Authorization` string, required

## Response `200`

200

- object
  - `templateName` string
  - `templateCategory` string
  - `localizations` object[]
    - `status` string
    - `rejectionReason` string
    - `language` string
    - `components` object[]
      - `type` string
      - `text` string

## Other responses

- `404` — 404

---

[API](https://skmtc.net/routee/apis/auth.md) · [All operations](https://skmtc.net/routee/apis/auth/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/routee/auth/versions/5cef04e8f7d8/schema)
