Skip to main content
POST
Find Personal Email

Example

Response

With Location

Add location for better disambiguation when searching for common names:

Use Cases

Personal email lookup is useful when:
  • Business email bounced or is unavailable
  • Reaching out for non-business purposes
  • The person is a founder/freelancer without a company domain
  • Following up after someone leaves a company

Authorizations

Authorization
string
header
required

API key authentication. Get your API key from the GrowEasy dashboard.

Body

application/json

Person information

firstName
string
required

First name of the person

Example:

"John"

lastName
string
required

Last name of the person

Example:

"Smith"

linkedinUrl
string<uri>

LinkedIn profile URL for better accuracy

location
string

Location for disambiguation

Example:

"San Francisco, CA"

Response

Personal email found successfully

success
boolean
Example:

true

data
object