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
Changes
No recorded changes to this endpoint across all 1 revision of this API.