The following endpoint can be used to retrieve the details of a contact within the Hyfin application.
The following endpoint can be used to retrieve a contact. You must replace the {base_url} , {site_id} and {_id} variables with the appropriate values.
{
"firstName": "John",
"lastName": "Doe",
"displayName": "John Doe",
"language": "en",
"emails": [
{
"label": "work",
"address": "johndoe@abc.com",
"isPrimary": true
}
],
"phoneNumbers": [
{
"label": "mobile",
"number": "333-444-5555",
"isPrimary": true
}
],
"addresses": [
{
"label": "billing",
"isPrimary": true,
"address": {
"addressLine1": "123 Main Street",
"addressLine2": "Suite 123",
"city": "Naples",
"stateCode": "FL",
"zipCode": "34102"
}
}
],
"createdAt": "2025-05-30T19:19:44.143Z",
"updatedAt": "2025-05-30T19:19:44.143Z",
"_id": "6839e415564d3cc2160d945e"
}