Pipelines
Get a pipeline
Retrieve a pipeline by ID. Pipeline stages are returned in order and include stage_order, visible, and default_probability.
GET
Get a pipeline
Authorizations
OAuth 2.0 Bearer Token from Clerk authentication
Path Parameters
The pipeline ID
Response
successful
The pipeline ID
Example:
"pipeline123xyz"
The name of the pipeline
Example:
"Sales Pipeline"
The pipeline type
Available options:
prospect, client Example:
"prospect"
The book ID
Example:
"book123xyz"
Ordered pipeline stages
Previous
List project templatesList project templates. Optionally filter by book_id to return templates usable for a specific book, including company-wide templates.
Next
Get a pipeline