Get Org Tags
Tags
List Tags
GET
Get Org Tags
New to tags? See the Tags guide for how tags attach to records.
org_tags table) shared between deals and contacts — deals.tags and contacts.tags store tag names as plain strings, not foreign keys. Returns every tag defined for the caller’s organization, ordered alphabetically by name.
Auth
Requires a CRM read scope and an active organization on the token. Any ofcontacts:read, deals:read, companies:read, or activities:read qualifies, as does any *:manage scope — manage implies read.
Response
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
200 - application/json
Successful Response