List templates
Required permission: WhatsApp Templates — View
Lists templates for the account. Optional search query filters by name/code.
/api/business/public/channels/whatsapp/accounts/:accountId/templates{
"success": true,
"message": "Templates retrieved",
"data": [
{
"id": 101,
"code": "order_shipped",
"name": "Order shipped",
"category_code": "UTILITY",
"option_code": "STANDARD",
"parameter_format_code": "POSITIONAL",
"status": "approved"
}
]
}Try it
Runs in your browser — token is not stored
If the request fails with a network / CORS error, your API may not allow browser calls from this site. Use curl, Postman, or your server instead. See Postman.