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",
"accountName": null,
"contacts": [
{
"_id": "6839e415564d3cc216032361",
"isPrimary": true,
"roles": []
}
],
"billToParentFlag": false,
"notes": null,
"attachmentRefs": {
"internal": [],
"external": []
},
"deleted": false,
"createdAt": "2025-05-30T19:19:44.143Z",
"updatedAt": "2025-05-30T19:19:44.143Z"
}