# Tags

Label management for categorizing entities (deprecated, use v2)

 - [POST /labels/{location_id}](https://developer.alteg.io/en/b2b-v1/openapi/tags/create_tag.md): **Deprecated:** Use `POST /api/v2/companies/{company_id}/tags` instead. Creates a new tag for the specified location.
 - [GET /labels/{location_id}/{entity}](https://developer.alteg.io/en/b2b-v1/openapi/tags/get_tag_list_by_entity.md): **Deprecated:** Use `GET /api/v2/companies/{company_id}/tags?entity={entity}` instead. Returns tags for the specified entity type. The `entity` parameter accepts string aliases: - `common` - common ta
 - [PUT /labels/{location_id}/{tag_id}](https://developer.alteg.io/en/b2b-v1/openapi/tags/update_tag_by_tag_id.md): **Deprecated:** Use `PUT /api/v2/companies/{company_id}/tags/{tag_id}` instead.
 - [DELETE /labels/{location_id}/{tag_id}](https://developer.alteg.io/en/b2b-v1/openapi/tags/delete_tag_by_tag_id.md): **Deprecated:** Use `DELETE /api/v2/companies/{company_id}/tags/{tag_id}` instead.
