Skip to main content
An opportunity represents a deal in a pipeline stage. It is always linked to a lead. Use GET /pipelines to discover valid stage_id values before creating opportunities.

Opportunity object

Endpoints

List opportunities

GET /opportunities

Get opportunity

GET /opportunities/{id}

Create opportunity

POST /opportunities

Update opportunity

PUT /opportunities/{id}

Delete opportunity

DELETE /opportunities/{id}