Skip to main content
GET
Get Org Tags
New to tags? See the Tags guide for how tags attach to records.
Tags are a flat, per-organization vocabulary (the 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 of contacts:read, deals:read, companies:read, or activities:read qualifies, as does any *:manage scope — manage implies read.

Response

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Successful Response