GET
/
people
/
enrich
/
emails
/
{identifier}
curl --request GET \
  --url https://api.village.do/v1/people/enrich/emails/{identifier} \
  --header 'secret-key: <api-key>' \
  --header 'user-identifier: <user-identifier>'
{
  "success": true,
  "data": {
    "email": "[email protected]",
    "linkedinUrl": "https://www.linkedin.com/in/richard-hendricks/"
  }
}

Authorizations

secret-key
string
header
required

Headers

user-identifier
string
required

Specify the user making the request. This identifier should match the one you used when integrating the user with Village.

Path Parameters

identifier
string
required

LinkedIn URL or Village ID

Response

200
application/json

Successfully enriched email

The response is of type object.