Deals
Get all pipelines
get/crm/pipeline/details/all
Response
Returns list of pipelines 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"
}
]