Get person email
People
Get person email
Returns a contactable email for a person, found via a waterfall across multiple data providers. Use the optional type parameter to request a professional or personal email. If you omit it, the endpoint returns a professional email where available, otherwise a personal one. Each response states which type it returned.
Costs 2 credits per matched result.
What you need
A Specter person ID. Resolve one from an email with Enrich person by email, or from a LinkedIn identifier with Enrich person; a company’s team also carries person_id on every row via Get company employees.
Behaviour
- Returns a single email with its
type(professionalorpersonal). - Returns
204if the person exists but no email is available. - Returns
404if the person ID doesn’t exist.
What you do next
- Open the full profile. Get career history, skills, and education with Get person by ID.
GET
Get person email
Authorizations
Path Parameters
The ID of the person being requested.
Query Parameters
Determine if only a specific kind of email should be returned.
Available options:
professional, personal