Whatsapp Message Templates
List Whatsapp message templates
get/v2/whatsapp/message_templates
Query parameters
filter[waba_id]string
Filter by WABA ID
filter[category]'MARKETING' | 'UTILITY' | 'AUTHENTICATION'
Filter by category
filter[status]string
Filter by template status
filter[search]string
Search templates by name
page[number]integer
page[size]integer
Response
Successful response with Whatsapp template
Example response
{
"data": [
{
"record_type": "whatsapp_message_template"
}
],
"meta": {
"total_pages": 3,
"total_results": 55,
"page_number": 2,
"page_size": 25
}
}