v1

latestOpenAPI 3.0.02026-07-26224386470.0 KB
EndUsers

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

amount_requestednumber nullable
annual_revenuenumber nullable
business_start_datestring date nullable
company_emailstring nullable
company_legal_business_namestring nullable
company_phone_numberstring nullable
company_websitestring nullable
dbastring nullable

Doing business as

federal_tax_idstring nullable
industry_typestring nullable
loan_purposestring nullable
monthly_revenuenumber nullable
naicsstring nullable
predicted_industry_probabilitynumber nullable
source_email_addressstring nullable
source_namestring nullable
source_notesstring nullable
source_type'api' | 'iso_application_form' | 'heron_industry_classifier' | 'rel6_industry_classifier' | 'email' | 'end_user_entities'

Source of the end user information

state_of_incorporationstring nullable
type_of_business_entitystring nullable

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"
}