v1

latestSwagger 2.0MIT2026-07-17233380637.0 KB
Deals

Get pipeline stages

This endpoint is deprecated. Prefer /crm/pipeline/details/{pipelineID} instead.

get/crm/pipeline/details

Response

Returns list of pipeline stages

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