Base URL
Authentication
All endpoints require a Bearer token and an API version header.OAuth scopes
| Scope | Access |
|---|---|
opportunities.readonly | Read opportunities, pipelines, and lost reasons |
opportunities.write | Create, update, delete, and upsert opportunities; manage followers |
Quick start
Create a new opportunity in a pipeline:Endpoints
| Method | Path | Description |
|---|---|---|
POST | /opportunities/ | Create opportunity |
GET | /opportunities/search | Search opportunity (GET) |
POST | /opportunities/search | Search opportunities (POST) |
POST | /opportunities/upsert | Upsert opportunity |
GET | /opportunities/{id} | Get opportunity |
PUT | /opportunities/{id} | Update opportunity |
DELETE | /opportunities/{id} | Delete opportunity |
PUT | /opportunities/{id}/status | Update opportunity status |
POST | /opportunities/{id}/followers | Add followers |
DELETE | /opportunities/{id}/followers | Remove followers |
GET | /opportunities/pipelines | Get pipelines |
GET | /opportunities/lost-reason | Get lost reasons |
Related
- Contacts API — Link opportunities to contact records
- Calendars API — Book discovery or follow-up appointments for open deals
- Conversations API — Send messages tied to opportunity workflows
.png?fit=max&auto=format&n=EQK5eX9kTD8NzWwA&q=85&s=878008bf159fcc4964d0c0d508b6e400)