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",
"reference_number": "N7E6NCFYECH9",
"first_name": "John",
"last_name": "Doe",
"account_name": null,
"display_name": "John Doe",
"mobile_phone": "12223334444",
"email": "johndoe@abc.com",
"notes": "World's best customer",
"notification_options": {
"notify_phone": true,
"notify_email": false,
"notify_whats_app": false
},
"contacts": [
{
"_id": "61f32dc2f62bdc6a48951255",
"is_primary": true,
"roles": []
}
],
"created_at": "2025-05-30T19:19:44.143Z",
"updated_at": "2025-05-30T19:19:44.143Z"
}