# Tags Endpoints from `tags` routes module. ## List enterprise branch tags - [GET /v1/branch-tags](https://timify-dev-api.redocly.app/apis/openapi/tags/getv1branchtags.md): Get all tags associated to branches defined in the Branch Manager. ## Create enterprise branch tag - [POST /v1/branch-tags](https://timify-dev-api.redocly.app/apis/openapi/tags/postv1branchtags.md): Create a tag that can then be applied to one or more branches belonging to the same enterprise account. ## Delete resource - [DELETE /v1/branch-tags/{tagId}](https://timify-dev-api.redocly.app/apis/openapi/tags/deletev1branchtagsbytagid.md): Delete a branch tag. ## Get resource - [GET /v1/branch-tags/{tagId}](https://timify-dev-api.redocly.app/apis/openapi/tags/getv1branchtagsbytagid.md): Fetch a single branch tag by ID. ## Patch resource - [PATCH /v1/branch-tags/{tagId}](https://timify-dev-api.redocly.app/apis/openapi/tags/patchv1branchtagsbytagid.md): Update a branch tag. ## List enterprise tags - [GET /v1/enterprise-tags](https://timify-dev-api.redocly.app/apis/openapi/tags/getv1enterprisetags.md): List tags at the enterprise level. ## Create enterprise tag - [POST /v1/enterprise-tags](https://timify-dev-api.redocly.app/apis/openapi/tags/postv1enterprisetags.md): Create a new enterprise tag. ## Delete enterprise tag - [DELETE /v1/enterprise-tags/{tagId}](https://timify-dev-api.redocly.app/apis/openapi/tags/deletev1enterprisetagsbytagid.md): Delete an enterprise tag. ## Fetch enterprise tag - [GET /v1/enterprise-tags/{tagId}](https://timify-dev-api.redocly.app/apis/openapi/tags/getv1enterprisetagsbytagid.md): Fetch a single enterprise tag. ## Update enterprise tag - [PATCH /v1/enterprise-tags/{tagId}](https://timify-dev-api.redocly.app/apis/openapi/tags/patchv1enterprisetagsbytagid.md): Update an enterprise tag. ## List tags - [GET /v1/tags](https://timify-dev-api.redocly.app/apis/openapi/tags/getv1tags.md): Returns all tags for the company. Tags can be applied to customers and/or appointments for classification and filtering. ## Create tag - [POST /v1/tags](https://timify-dev-api.redocly.app/apis/openapi/tags/postv1tags.md): Create a new tag. Use for_customers and for_events to control where the tag can be applied. ## Delete tag by ID - [DELETE /v1/tags/{tagId}](https://timify-dev-api.redocly.app/apis/openapi/tags/deletev1tagsbytagid.md): Permanently delete a tag by its ID. ## Fetch tag - [GET /v1/tags/{tagId}](https://timify-dev-api.redocly.app/apis/openapi/tags/getv1tagsbytagid.md): Retrieve a single tag by its ID. ## Update tag - [PATCH /v1/tags/{tagId}](https://timify-dev-api.redocly.app/apis/openapi/tags/patchv1tagsbytagid.md): Update an existing tag by ID. Supports externalId lookup via ?external=1.