Resources
Pipelines & Stages
A pipeline is a kanban board with ordered stages. Opportunities and projects move through a pipeline's stages over their lifecycle. Use these endpoints to discover the available pipelines and their stage IDs so you can place opportunities in the right column when you create them.
GET
/v1/pipelinesList pipelines
Returns all pipelines for your workspace. The default pipeline is returned first.
Query parameters
| Name | Type | Description |
|---|---|---|
| type | enum | Filter by pipeline type. One of: opportunity, project, custom. |
GET
/v1/stagesList stages for a pipeline
Returns the ordered stages for a single pipeline.
Query parameters
| Name | Type | Description |
|---|---|---|
| pipeline_idrequired | uuid | ID of the pipeline whose stages you want to list. |