latestOpenAPI 3.1.1Proprietary – Contact us for usage terms2026-08-20173183551.4 KB

9da73dd2f99e

whatsapp

List templates for a WhatsApp account

Retrieves all WhatsApp message templates associated with the specified account.

Permission: Access is managed by the WhatsApp service. No specific API token permission is checked.

Monitoring: No impact.

get/whatsapp/{account_uuid}/templates

Path parameters

account_uuidstring required
Example:1eb09f33-348e-42e6-bfb3-361df133c82e

The account UUID

Response

Successful operation — returns the list of templates for the account.

account_uuidstring uuid
contentstring
creation_datestring date-time
statusstring
template_uuidstring uuid
titlestring

Example response

[
  {
    "account_uuid": "a662d1fb-4e9c-4ea6-84b3-12e68c419457",
    "content": "Hello There.",
    "creation_date": "2025-01-30T12:12:28.156134Z",
    "status": "active",
    "template_uuid": "a662d1fb-4e4c-4ea6-84b3-12e68c419497",
    "title": "hello"
  }
]