Enrichment
Enrich Contacts
POST
/v1/enrich/contactPOST
/v1/enrich/contact
Enrich people by LinkedIn URL or full name + company or Lead Ids. Maximum 100 allowed
Authorization
x-api-key<token>
API key for Open API authentication
In: header
Request Body
application/jsonRequiredlinkedin_urlarray<string>
LinkedIn profile URLs to enrich (max 100)
Example:["https://linkedin.com/in/johndoe"]lead_idarray<number>
Lead IDs to enrich (max 100)
Example:[12345,67890]reveal_phoneboolean
Whether to reveal phone numbers
Default:falsewebhook_urlstring
Webhook URL to call when enrichment completes
full_name_with_companyarray<object>
Full name + company combinations to enrich (max 100)
Responses
200
Enrichment job created. Returns a requestId to track progress.
{
"message": "Success",
"payload": {
"requestId": "64f1a2b3c4d5e6f7a8b9c0d1"
}
}