# Tags Manage tags for contacts and chats ## Get tags - [GET /api-get-tags](https://wipsy.redocly.app/openapi/tags/gettags.md): Retrieve all tags for the authenticated user. Requires API key authentication. ## Assign tag to contact - [POST /api-assign-tag](https://wipsy.redocly.app/openapi/tags/assigntag.md): Assign a tag to a contact. Requires API key authentication. ## Remove tag from contact - [POST /api-remove-tag](https://wipsy.redocly.app/openapi/tags/removetag.md): Remove a tag from a contact. Requires API key authentication.