get https://api.securevan.com/v4/people/
Retrieve a person record and associated contact information.
Note the following with regards to expand
parameter values:
- The
addresses
value will provide best known Home and Mailing address, if available. - The
recordedAddresses
value will provide all available address history, but requires special permissions. - The
preferences
value is required to retrieve the following properties:nickname
,website
,contactMethodPreferenceCode
, andjobTitle
.
If no Person with the indicated vanId
is available, this endpoint will return an error with HTTP Status Code 404 Not Found
.