Get all template categories
Users
Get all template categories
Returns the catalog of template categories used to group SMS, campaign, script, and automation templates.
GET
Get all template categories
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
Categories returned
Example:
[
{
"_id": "64eea1110000000000000031",
"name": "introduction",
"displayName": "Introduction",
"sortOrder": 0,
"isActive": true
}
]