cURL
curl --request GET \ --url https://api.lemlist.com/api/enrich/{enrichId} \ --header 'Authorization: Basic <encoded-value>'
{ "enrichmentId": "enr_Peve9ExBG9XqwrmeM", "enrichmentStatus": "done", "input": { "firstName": "John", "lastName": "lemlist", "linkedinUrl": "https://www.linkedin.com/in/lemlist", "companyName": "lemlist", "companyDomain": "lemlist.com" }, "data": { "email": { "email": "[email protected]", "notFound": false } } }
Retrieves the results of a completed enrichment request.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
Unique enrichment ID
Success
The response is of type object.
object
Was this page helpful?