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 1 credit per email returned.
What you need
A Specter person ID (per_…); get one from Search person name or Enrich person by email.
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