List Pipelines
CRM Opportunities
List Pipelines
List CRM pipelines for the authenticated company. The default response includes per-pipeline counts (stages, opportunities) and total opportunity value. Pass quick=true for a lightweight shape that includes the stages inline (used for stage pickers).
GET
List Pipelines
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Include archived pipelines.
Return a slim shape with stages inline and no counts.
Response
200 - application/json
Pipelines for the company.
Pipeline rows. Default shape: id, company_id, name, description, is_archived, timestamps, stage_count, opportunity_count, pipeline_value. With quick=true: id, name, stages[].

