# Tags Tag actions (Create, Delete, Get, Update) apply to company tags only. Tags can’t be updated via the supplier endpoint, as they may link to multiple suppliers. When a company tag is updated/deleted, all associated suppliers are automatically updated — no separate supplier update is needed. ## Get all existing company tags - [GET /v2/tags](https://panorays-papi-v2-documentation.redocly.app/swagger/tags/getcompanytags.md): This endpoint will return data of the company tags. ## Create a company tag - [POST /v2/tags](https://panorays-papi-v2-documentation.redocly.app/swagger/tags/createcompanytag.md): This endpoint will create a new tag. ## Update a company tag - [PUT /v2/tags/{id}](https://panorays-papi-v2-documentation.redocly.app/swagger/tags/updatecompanytag.md): This endpoint will update the name of a tag. ## Delete a company tag - [DELETE /v2/tags/{id}](https://panorays-papi-v2-documentation.redocly.app/swagger/tags/deletecompanytag.md): This endpoint will delete a tag.