Przejdź do treści
API Reference

Leads

Lead management and CRM sync. - 10 operations in this section.

OpenAPI reference

leads operations

Server-rendered operation index with methods, paths, scopes and schema downloads. It remains available even when the interactive client reference cannot be loaded by the browser.

Deep link: leads
DarhimLabs API operations with HTTP method, path, required scopes and operation page links.
MethodPathOperationScopesGuide
GET/leads

List leads

listLeads

leads:read
Open
POST/leads

Create lead

createLead

leads:write
Open
GET/leads/{id}

Get lead details

getLead

leads:read
Open
PATCH/leads/{id}

Update lead

updateLead

leads:write
Open
DELETE/leads/{id}

Delete lead

deleteLead

leads:write
Open
POST/leads/{id}/qualify

Qualify lead

qualifyLead

leads:write
Open
POST/leads/{id}/sync

Sync lead to CRM

syncLeadToCrm

leads:write
Open
GET/leads/{id}/activities

List lead activities

listLeadActivities

leads:read
Open
POST/leads/{id}/activities

Create lead activity

createLeadActivity

leads:write
Open
POST/leads/{id}/status

Update lead status

updateLeadStatus

leads:write
Open