Find Email
Find an email address using first name, last name and domain information OR LinkedIn profile URL
POST
/
v1/findEmailAuthorization
x-api-key<token>
API key for authentication
In: header
Request Body
application/jsonRequiredfirstNameRequiredstring
First name of the person
lastNameRequiredstring
Last name of the person
domainRequiredstring
Company domain name
Successfully found email
Find an email address using LinkedIn profile URL.
- Simply replace firstName, lastName, and domain with linkedinUrl in the request body
๐งพ Example Request Body
Note: Use either linkedinUrl or firstName + lastName + domain โ not both in the same request.