V2 (Preview)
cURL
curl --request POST \ --url https://api.village.do/v2/people/enrich/emails \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "linkedin_url": "https://linkedin.com/in/johndoe" } '
{ "data": { "success": true, "data": { "email": "<string>", "linkedinUrl": "<string>" } }, "metadata": { "request_id": "<string>" } }
Retrieves email address for a person. Accepts Village ID, LinkedIn URL, or generic URL.
JWT token obtained from authentication endpoint
Request for person email enrichment
LinkedIn person profile URL
1
"https://linkedin.com/in/johndoe"
Email retrieved successfully
Response for person email enrichment
Show child attributes
Was this page helpful?