Skip to main content
POST
/
leads
/
{leadId}
/
enrich
Enrich Lead
curl --request POST \
  --url https://api.lemlist.com/api/leads/{leadId}/enrich \
  --header 'Authorization: Basic <encoded-value>'
{
  "id": "enr_gLpC97CBdER2kpn7z"
}
This endpoint enriches a lead that already exists in lemlist with additional data.
Check Enrich Data for details on the enrichment result structure.

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

leadId
string
required

Unique lead ID

Query Parameters

findEmail
boolean

Search email address in another campaign

verifyEmail
boolean

Find verified email

linkedinEnrichment
boolean

Run LinkedIn enrichment

findPhone
boolean

Find phone number

webhookUrl
string

Webhook URL for enrichment events

Response

Success

id
string

Enrichment ID