Get person's email
People
Get person's 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.
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.
GET
Get person's 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