Get Categories and Labels
Returns categories for the company, each with its labels, filtered by which entity type those categories apply to (users, projects, or tasks). Names are returned in the authenticated user’s language.
Use model to choose the taxonomy: user for user/operation labels, project for project labels, and task for task labels. Any other value yields a validation error.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Entity type whose category/label tree to return: user (user labels), project (project labels), task (task labels).
user, project, task When true (default), only categories with is_filterable set are returned. Use false to include categories that are not marked filterable.

