List Pipeline Stages

List all stages and types in the Sales Pipeline

Geoff Mina avatar
Written by Geoff Mina
Updated over a week ago

Endpoint: /action/pipelineStages/list

Method: GET

Request Params: none

Response Body:

[
{
"id": "",
"label": "",
"hexColor": "",
"stageType": "New",
}
]

Properties that require further clarification:

  • stageType - will be one of: New, InProgress, OnHold, ClosedWon, ClosedLost, Complete

Did this answer your question?