Deals
Get a pipeline
get/crm/pipeline/details/{pipelineID}
Path parameters
pipelineIDstring required
Response
Returns pipeline and its details
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"
}
]