v1
latestOpenAPI 3.0.02026-07-26224386470.0 KBEndUsers
Get EndUser information
Get the company details of an end user including loan information
get/api/end_users/{end_user_id_or_heron_id}/end_user_information
Path parameters
end_user_id_or_heron_idstring required
Response
OK
Example response
{
"owner_1": {
"date_of_birth": "1990-01-01",
"ownership_percentage": 100
},
"owner_2": {
"date_of_birth": "1990-01-01",
"ownership_percentage": 100
},
"source_type": "iso_application_form"
}