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