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 {external_id} variables with the appropriate values.
{
"_id": "6839e415564d3cc2160d945e",
"external_id": "39772634",
"first_name": "John",
"last_name": "Doe",
"account_name": null,
"mobile_phone": "12223334444",
"email": "johndoe@abc.com",
"notification_options": {
"notify_phone": true,
"notify_email": false
},
"created_at": "2025-05-30T19:19:44.143Z",
"updated_at": "2025-05-30T19:19:44.143Z"
}