Person

Gets person details by id

Retrieve detailed person information by Whitepages person ID.

This endpoint accepts a valid Whitepages person ID in the path parameter and returns the complete person record if the ID exists in our data.

get/v1/person/{id}

Path parameters

idstring required

Valid Person ID in format: P followed by 10 alphanumeric characters

Example:PABcd12345e

Valid Person ID in format: P followed by 10 alphanumeric characters

Response

Person details retrieved successfully

idstring nullable required

Unique identifier for the person

namestring required

Full name of the person

aliasesstring[] required

List of aliases for the person

is_deadboolean required

Whether the person is deceased

date_of_birthstring nullable required

Date of birth in ISO format (YYYY-MM-DD)

linkedin_urlstring nullable required

LinkedIn profile URL for the person

company_namestring nullable required

Current or most recent company name

job_titlestring nullable required

Current or most recent job title

emailsstring[] required

List of email addresses associated with the person

Changes

No recorded changes to this endpoint across all 1 revision of this API.