Templates List
Returns a list of WhatsApp templates configured for a specific company.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
businessnamestringRequired
Responses
200
List of WhatsApp templates for the requested company.
application/json
categorystringOptional
Template category (e.g., UTILITY, MARKETING)
created_atstring · date-timeOptional
Template creation date.
external_idstringOptional
External ID of the template
idstringOptional
Internal ID of the template
languagestringOptional
Template language code (e.g., en, it).
modified_atstring · date-timeOptional
Last change date
namestringOptional
Name of template.
namespacestringOptional
Namespace of template.
partner_idstringOptional
partner id
rejected_reasonstringOptional
Reason for possible rejection of the template
statusstringOptional
Template approval status
updated_externalbooleanOptional
Indicates whether the template has been updated externally
waba_account_idstringOptional
Associated WhatsApp Business Account ID
401
Unauthorized access. Bearer token may be missing or invalid.
get
/user/templatesLast updated