Tags
Tags — 14 endpoints.
Get all tags for a business
GET /tags
Create a new tag
POST /tags
Get all tags with usage count
GET /tags/with-usage
Get all tag categories
GET /tags/categories
Get a tag by ID
GET /tags/id
Update a tag
PATCH /tags/id
Delete a tag
DELETE /tags/id
Get all clients with this tag
GET /tags/id/clients
Get all tags for a client
GET /tags/client/clientId
Set tags on a client
PUT /tags/client/clientId
Assign tags to a client
POST /tags/client/clientId/assign
Remove tags from a client
POST /tags/client/clientId/remove
Bulk add tags to multiple clients
POST /tags/bulk/add
Bulk remove tags from multiple clients
POST /tags/bulk/remove

