Skip to main content
Leads

Endpoints

Available endpoints for managing leads.

Leads

List Leads

Retrieve a paginated list of leads with optional filters.
Query Parameters:
Response:

Creation

Create a Lead

Create a new lead with contact and qualification details.
Request body:
Required fields: firstName or lastName, email Response: 201 Created
Lead Details

Get a Lead

Retrieve full lead details including status and conversion data.
Response:

Updates

Update a Lead

Update lead status, score, or other attributes.
Example — update status:
Response: 200 OK with the updated lead object.
Conversion

Convert a Lead

Convert a lead to a contact, optionally creating a linked account and opportunity.
Convert a lead into CRM records including contact, account, and opportunity.
Request body:
Response:

Deletion

Delete a Lead

Permanently remove a lead.
Response: 204 No Content
Status

Lead Status Values