# Enterprise Resource Categories Endpoints for enterprise-level resource categories. ## List enterprise resources categories - [GET /v1/enterprise-resources/categories](https://timify-dev-api.redocly.app/apis/openapi/enterprise-resource-categories/getv1enterpriseresourcescategories.md): List resource categories at the enterprise level. ## Create enterprise resource category. - [POST /v1/enterprise-resources/categories](https://timify-dev-api.redocly.app/apis/openapi/enterprise-resource-categories/postv1enterpriseresourcescategories.md): Create an enterprise resource category. ## Delete enterprise resource category - [DELETE /v1/enterprise-resources/categories/{categoryId}](https://timify-dev-api.redocly.app/apis/openapi/enterprise-resource-categories/deletev1enterpriseresourcescategoriesbycategoryid.md): Delete an enterprise resource category. ## Fetch enterprise category resource - [GET /v1/enterprise-resources/categories/{categoryId}](https://timify-dev-api.redocly.app/apis/openapi/enterprise-resource-categories/getv1enterpriseresourcescategoriesbycategoryid.md): The URL parameter "categoryId" can be used in two ways: - use the unique ID of the resource category assigned by TIMIFY ("categoryId"). In this case, you don't need the QUERY parameter "external" - use the "externalId" that you added to this resource category. In this case, you need to add the parameter "external" ( for ex.:/?external=1) so the Developer API will search by your "externalId" and not by "categoryId" assigned by TIMIFY You can add "externalId" to the resource category with the Developer API endpoints POST /resources/categories and PATCH resources/cartegories/:categoryId ## Update enterprise resource category - [PATCH /v1/enterprise-resources/categories/{categoryId}](https://timify-dev-api.redocly.app/apis/openapi/enterprise-resource-categories/patchv1enterpriseresourcescategoriesbycategoryid.md): Update an enterprise resource category.