Find Email
Find an email address using first name, last name and domain information OR LinkedIn profile URL
POST
/
v1
/findEmail
Authorization
x-api-key
<token>
API key for authentication
In: header
Request Body
application/json
RequiredfirstName
Requiredstring
First name of the person
lastName
Requiredstring
Last name of the person
domain
Requiredstring
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.