CRM - Pipelines
CRM - Pipelines — 9 endpoints.
List all pipelines for the business
GET /crm/pipelines
Create a new CRM pipeline
POST /crm/pipelines
Get a pipeline by ID
GET /crm/pipelines/id
Update a pipeline
PATCH /crm/pipelines/id
Delete a pipeline (soft delete)
DELETE /crm/pipelines/id
Add a stage to a pipeline
POST /crm/pipelines/id/stages
Update a stage within a pipeline
PATCH /crm/pipelines/id/stages/stageId
Remove a stage from a pipeline (soft delete)
DELETE /crm/pipelines/id/stages/stageId
Reorder pipeline stages
POST /crm/pipelines/id/stages/reorder

