# Tags Endpoints for managing and querying available tags in KlickTipp. These operations allow systems to retrieve tag metadata and understand which tags can be used for segmentation and automation control. ## List Tags - [GET /tag](https://developers.klicktipp.com/management-api/tags/api.tag.index.md): Lists the IDs and names of all tags. ## Create Tag - [POST /tag](https://developers.klicktipp.com/management-api/tags/api.tag.create.md): Creates a new manual tag. ## Get Tag - [GET /tag/{tagid}](https://developers.klicktipp.com/management-api/tags/api.tag.retrieve.md): Returns the name and description of a tag. ## Update Tag - [PUT /tag/{tagid}](https://developers.klicktipp.com/management-api/tags/api.tag.update.md): Updates a tag. ## Delete Tag - [DELETE /tag/{tagid}](https://developers.klicktipp.com/management-api/tags/api.tag.delete.md): Deletes a tag and removes it from all contacts.