Skip to main content
GET
List Contact Stages
The contact stages configured in this workspace, as a contact_stages array of id, name, display_name, display_order, category and is_meeting_set. Takes no parameters. Call it before setting a contact’s stage: post_apollo_contacts_update_stages expects a stage id from this list, and the set is workspace-specific.

Authorizations

Authorization
string
header
required

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

Response

Successful response

contact_stages
string

Contact stages list

contact_stages[].id
string

Stage ID

contact_stages[].team_id
string

Team ID

contact_stages[].display_name
string

Display name

contact_stages[].name
string

Name

contact_stages[].display_order
integer

Display order

contact_stages[].ignore_trigger_override
boolean

Ignore trigger override

contact_stages[].category
string

Category

contact_stages[].is_meeting_set
boolean

Is meeting set