Skip to main content
GET
List Account Stages
The account stages configured in this workspace, as an account_stages array of id, name, display_name, display_order, category and is_meeting_set. Takes no parameters. Call it before creating or updating accounts: stage fields expect a stage id, and the set is workspace-specific rather than a fixed enum.

Authorizations

Authorization
string
header
required

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

Response

Successful response

account_stages
string

Account stages list

account_stages[].id
string

Stage ID

account_stages[].team_id
string

Team ID

account_stages[].display_name
string

Display name

account_stages[].name
string

Name

account_stages[].display_order
integer

Display order

account_stages[].default_exclude_for_leadgen
boolean

Default exclude for leadgen

account_stages[].category
string

Category

account_stages[].is_meeting_set
boolean

Is meeting set