v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1431213151.3 KB

Retrieves a specific WhatsApp message template.

get/v1/whatsapp/template#id

Query parameters

metaTemplateIdstring

The numeric ID of the template assigned by Meta.

idstring required

The ID of the WhatsApp Business Account associated with this template.

templateNamestring

The name of the message template. Use together with <code>templateLanguageCode</code> as an alternative to <code>metaTemplateId</code> to identify a template.

templateLanguageCodestring

The language code of the message template (for example, <code>en</code> or <code>en_US</code>). Use together with <code>templateName</code> as an alternative to <code>metaTemplateId</code> to identify a template.

Response

Success

templatestring

The complete template definition as a JSON string (maximum 6000 characters).