Skip to main content

List Pipelines

GET /v1/sales/pipelines

Get a Pipeline

GET /v1/sales/pipelines/{id}

Create a Pipeline

POST /v1/sales/pipelines

Update a Pipeline

PATCH /v1/sales/pipelines/{id} Update the pipeline name or reorder stages:

Add a Stage

POST /v1/sales/pipelines/{id}/stages

Get Forecast

GET /v1/sales/pipelines/{id}/forecast Query Parameters Returns weighted deal values grouped by stage or owner.

Delete a Pipeline

DELETE /v1/sales/pipelines/{id} A pipeline cannot be deleted if it contains open deals.