Pipeline stages list

This method allows to get a list of pipeline stages on the account.

Limitations
The method is available for all account users.

Authorization type
OAuth 2.0 with Access Token/ Long-lived token

Data type header when the request is successful
Content-Type: application/hal+json

Data type header in case of an error
Content-Type: application/problem+json

Response parameters
The method returns a stages objects array. The properties of the stage object are listed below.

ParameterData typeDescription
intintStage ID
namestringStage name
sortintSequence number of the stage in the pipeline
is_editableboolDefines whether the stage can be edited
pipeline_idintThe ID of the pipeline the stage is located in
colorstringStage color
typeintStage type (1 – incoming leads, 0 – regular stage)
account_idintAccount ID the stage is located in
Language
Credentials
OAuth2
URL
Click Try It! to start a request and see the response here!