List tags
GET/tags
Read access requires any contact, company, or deal scope
(contact.read | company.read | deal.read, or their write/all variants) — no dedicated
tag scope exists.
Results are scoped to the modules the caller can access: a contact-only caller sees only
contact tags, a deal-only caller only deal tags, a company-only caller only company tags.
module_name narrows further but must be a module the caller is allowed to see (requesting a
module you lack returns 403). When the caller's access spans more than one module,
module_name is required to choose one (400 otherwise). Admin callers may see every
module's tags and may omit module_name.
Request
Responses
- 200
- 400
- 401
- 403
A page of tags
Malformed request
Missing or invalid token
Token lacks the required scope, or the user's role/permissions deny this action