Get Deal Stages
Deals
List Visible Stages
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.
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 ofcontacts: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 byposition ascending:
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
200 - application/json
Successful Response