About
Manage your deal pipelines programmatically — list pipelines and their stages, create new pipelines, edit stage structure — and read the same pipeline analytics that power the app’s Analytics pages: won/lost outcomes, stage durations, and the stage-to-stage funnel. All operations go through the developer API gateway — one endpoint, called byoperationId. If you haven’t set up a key yet, start with the
Developer API Overview.
Operations
Reading pipelines (READ scope)
Managing pipeline structure (WRITE scope)
Owner-only structure editsEditing pipeline structure (
updatePipeline, addPipelineStages,
updatePipelineStage, reorderPipelineStages) requires the pipeline to be
owned by your organization. A pipeline merely shared with you through
a partnership can hold your deals, but its structure can only be changed by
the owning org — otherwise the call returns 403 forbidden.Pipeline analytics (ADMIN scope)
Reporting reads over the same nightly snapshots as the web app’s Analytics
pages — each response carries the asOfDate it was computed. Both take an
optional period: SEVEN_DAYS | FOURTEEN_DAYS | THIRTY_DAYS |
YEAR_TO_DATE (default THIRTY_DAYS).