Skip to main content
POST
Bulk reverse email lookup

Authorizations

X-API-Key
string
header
required

Body

application/json
Required array length: 1 - 50 elements

Response

The people matched to the supplied emails. Unmatched emails are omitted.

email
string<email>
required

The email this result resolved from.

Example:

"jane@tryspecter.com"

person_id
string
required

The matched person's Specter ID.

Example:

"per_7f8d9e2a1b3c4d5e6f7g8h9i0"

score
number
required

Match confidence (1–10).

Example:

9

first_name
string

The person's first name.

Example:

"Jane"

last_name
string | null

The person's last name.

Example:

"Doe"

linkedin_url
string | null

URL for the person's LinkedIn account.

Example:

"https://www.linkedin.com/in/janedoe"

company_id
string | null

Specter company ID of the person's current company.

Example:

"5e3a7f2b0aa7a3270a55f2b9"