v1

latestSwagger 2.0MIT2026-07-17233380637.0 KB
Deals

Get all pipelines

get/crm/pipeline/details/all

Response

Returns list of pipelines and its details

pipelinestring

Pipeline id

pipeline_namestring

Pipeline Name

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"
  }
]