Deals
Get pipeline stages
This endpoint is deprecated. Prefer /crm/pipeline/details/{pipelineID} instead.
get/crm/pipeline/details
Response
Returns list of pipeline stages
Example response
{
"pipeline": "5ea675e3da0dd085acaea610",
"stages": [
{
"name": "New",
"id": "9e577ff7-8e42-4ab3-be26-2b5e01b42518"
},
{
"name": "New",
"id": "9e577ff7-8e42-4ab3-be26-2b5e01b42518"
}
],
"pipeline_name": "Sales Pipeline"
}