List all project categories
Returns a list of all project categories configured in the workspace.
What are Project Categories? Categories classify projects by functional area or project type (e.g., Onboarding, Support, Implementation, Website Development). They help organize and filter projects in the workspace. Categories can be configured in workspace settings and support multi-language translations.
What is returned: Each category includes:
- Unique identifier (ID)
- Name and description
- Icon identifier
- Multi-language translations (if configured)
This is a read-only endpoint optimized for common list data retrieval.
/projects/categoriesAuthorizationOAuth2 access token · headerrequiredapi:readAuthorizationBearer token (JWT) · headerrequiredProject categories retrieved successfully
ProjectCategoryDtodescriptionobjectCategory description
iconstringrequiredIcon identifier in the format :icon_name: (e.g., :rocket:, :wrench:, :briefcase:)
idstringrequiredProject category ID
namestringrequiredProject category name
translationsTranslationDto[]requiredTranslations
Show propertiesHide properties
TranslationDtodescriptionobjectTranslated description
languagestringrequiredLanguage code (e.g., en, es, fr)
namestringrequiredTranslated name
Unauthorized - Invalid or missing authentication token
Forbidden - Insufficient API scopes or permissions