Skip to main content
GET
Get person's email

Authorizations

X-API-Key
string
header
required

Path Parameters

personId
string
required

The ID of the person being requested.

Query Parameters

type
enum<string>

Determine if only a specific kind of email should be returned.

Available options:
professional,
personal

Response

The email address of the person if found

email
string
required

The person's email address.

Example:

"j.smith@example.com"

type
enum<string>
required

Which kind of email was returned.

Available options:
professional,
personal
Example:

"personal"