Personal Email Endpoint

GET /contactlookup/personalemail

This requests a Verified Personal Email based on a LinkedIn User ID.

The cost is credits, you are only charged on a successful, verified email.

Query Parameters

NameTypeDescription

linkedinidprofileid*

String

The person's LinkedIn Profile ID

Expected Response

json
{
    "personalemail": "jamesbond@gmail.com"
}

Last updated