Create a tag
POST/tags
Requires any contact, company, or deal write scope (contact.write | company.write |
deal.write, or their all variants) — no dedicated tag scope exists.
modules must be modules the caller can access (403 otherwise). Tag names are unique per
workspace: creating a tag whose name already exists returns 409.
Request
Responses
- 201
- 400
- 401
- 403
- 409
The created tag
Malformed request
Missing or invalid token
Token lacks the required scope, or the user's role/permissions deny this action
The request conflicts with the current state (e.g. the requested slot is not available)