Lookups — Categories
Required permission: WhatsApp Templates — View
Returns category codes and labels. Use these with options and parameter-format lookups when creating a template.
/api/business/public/channels/whatsapp/accounts/:accountId/templates/lookups/categories{
"success": true,
"message": "Categories retrieved",
"data": [
{
"code": "MARKETING",
"label": "Marketing"
},
{
"code": "UTILITY",
"label": "Utility"
}
]
}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.