Profile URL to Work Email V2
Find work email address of an individual using their profile url.
cURL 'https://api.enrich.so/v2/api/linkedin-to-email?linkedin_profile=https://www.linkedin.com/in/williamhgates'
--header 'Authorization: Bearer <token>'
--header 'Content-Type: application/json'
Example response
Status Code: 202 ACCEPTED
{
"status": "in_progress",
"message": "Your request has been queued. Please try again later"
}
Status Code: 200 OK
{
"email": "[email protected]",
"found": true,
"total_credits": 25000,
"credits_used": 229,
"credits_remaining": 24771
}
Status code: 404 NOT FOUND
{
"error": true,
"message": "Sorry we couldn't find the email for https://www.linkedin.com/in/williamhgates"
}
Last updated