Retrieve Whatsapp template status

Get the details of a template including his review status.

KEYDESCRIPTION
whatsAppAccountIdId of the WhatsApp Business Account the template belongs to.
templateNameName of the template.
templateIdid of the template
templateCategoryCategory of the template
localizationsArray of responses for Localizations in the form of {
"status": "DELETED",
"rejectionReason": "not yet",
"language": "en",
"components": [
{
"type": "BODY",
"text": "Hello {{1}}! How is going?"
}
],
"date": "2020-08-10T14:54:49.876Z",
"lastUpdated": "2020-08-10T14:54:49.876Z",
"expiresAt": "2020-08-10T14:54:49.876Z"
}
Path Params
string
required

Referenced template

Headers
string
required
Defaults to Bearer {access_token}

Bearer {access_token}

Responses

Language
Request
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json