v1

latestOpenAPI 3.1.02026-07-2414238909.1 KB

Retrieve Whatsapp template status

Get the details of a template including his review status.

get/accounts/templates/{templateId}

Path parameters

templateIdstring required

Referenced template

Headers

Authorizationstring required

Bearer {access_token}

Response

200

templateNamestring
templateCategorystring

Example response

{
  "templateName": "ticket_update",
  "templateCategory": "TICKET_UPDATE",
  "localizations": [
    {
      "status": "REJECTED",
      "rejectionReason": "For this example",
      "language": "en",
      "components": [
        {
          "type": "BODY",
          "text": "Hello {{1}}! How is going?"
        }
      ]
    }
  ]
}