Skip to main content
POST
Find a person's email address

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Provide linkedin_url, or both name and domain.

linkedin_url
string<uri>
name
string
Minimum string length: 1
domain
string
Minimum string length: 1

Response

200 — success. Charges 25 credit(s) on this endpoint.

data
object
required

The winning email plus which vendor found it.

credits_charged
number
required

Normally 25; see per-endpoint miss/skip policy notes.

credits_remaining
number
required
cached
boolean
required

True when this result was served from cache without calling the vendor.

request_id
string<uuid>
required