Skip to main content
POST
Reverse email lookup

Authorizations

X-API-Key
string
header
required

Body

application/json

Request to resolve an email address to a person.

email
string
required

Email of the person to look up.

Example:

"barney@example.com"

Response

Successful match response containing person details and confidence score.

email
string
required

The email address that was looked up, echoed back.

Example:

"barney@example.com"

person_id
string
required

The matched person's Specter ID.

Example:

"per_310bf5c3fda24292309031e0"

score
number<float>
required

Confidence score for the match (1–10).

Example:

8

first_name
string

The person's first name.

Example:

"Barney"

last_name
string

The person's last name.

Example:

"Kelly-Wyatt"

linkedin_url
string

URL for the person's LinkedIn account.

Example:

"https://www.linkedin.com/in/barney-kelly-wyatt"

company_id
string

Specter company ID of the person's current company.

Example:

"5e3a7f2b0aa7a3270a55f2a7"