Skip to main content
GET
Get Deal Stages
New to deals? See the Deals guide for the pipeline model and the AI-generated deliverables. This page (and every other page in this section) is the field-level technical reference.
Returns the org’s open, visible pipeline stages — excludes anything with is_closed = true (your Closed Won/Lost stages) or is_hidden = true. Use List All Stages if you need the full set including hidden/closed stages.

Auth

Requires a CRM read scope (any of contacts:read, deals:read, companies:read, activities:read, or any *:manage) and an active organization on the token. Unlike the other six pipeline-stage endpoints, this one does not need organizations:manage.

Response

Array of stage objects, ordered by position ascending:

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