Work Email Endpoint using LinkedIn Profile

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

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

POST /contactlookup/liworkemail

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

Request Body

NameTypeDescription

linkedin_profile_id*

String

The person's LinkedIn Profile ID

Expected Response

json
{
    "workemail": "example@example.com",
    "phone": "*421123456789"
}

Last updated