Skip to main content
A lead represents a prospect or client. It is the central resource — tasks, opportunities, contacts, and custom field values all attach to leads.

Lead object

Endpoints

List leads

GET /leads

Get lead

GET /leads/{id}

Create lead

POST /leads

Update lead

PUT /leads/{id}

Upsert status

PUT /leads/{id}/status

Delete lead

DELETE /leads/{id}