GET
/
api
/
end_users
/
{end_user_id_or_heron_id}
/
end_user_information
curl --request GET \
  --url https://app.herondata.io/api/end_users/{end_user_id_or_heron_id}/end_user_information \
  --header 'x-api-key: <api-key>'
{
  "amount_requested": 123,
  "annual_revenue": 123,
  "business_start_date": "2023-12-25",
  "company_billing_address": {
    "city": "<string>",
    "line_1": "<string>",
    "line_2": "<string>",
    "state": "<string>",
    "zip": "<string>"
  },
  "company_email": "<string>",
  "company_legal_business_name": "<string>",
  "company_phone_number": "<string>",
  "company_physical_address": {
    "city": "<string>",
    "line_1": "<string>",
    "line_2": "<string>",
    "state": "<string>",
    "zip": "<string>"
  },
  "company_website": "<string>",
  "dba": "<string>",
  "federal_tax_id": "<string>",
  "industry_type": "<string>",
  "loan_purpose": "<string>",
  "monthly_revenue": 123,
  "naics": "<string>",
  "owner_1": {
    "credit_score": 123,
    "date_of_birth": "1990-01-01",
    "email_address": "<string>",
    "first_name": "<string>",
    "has_signed": true,
    "home_address": {
      "city": "<string>",
      "line_1": "<string>",
      "line_2": "<string>",
      "state": "<string>",
      "zip": "<string>"
    },
    "home_phone": "<string>",
    "last_name": "<string>",
    "mobile_phone": "<string>",
    "ownership_percentage": 100,
    "signed_date": "2023-12-25",
    "social_security_number": "<string>"
  },
  "owner_2": {
    "credit_score": 123,
    "date_of_birth": "1990-01-01",
    "email_address": "<string>",
    "first_name": "<string>",
    "has_signed": true,
    "home_address": {
      "city": "<string>",
      "line_1": "<string>",
      "line_2": "<string>",
      "state": "<string>",
      "zip": "<string>"
    },
    "home_phone": "<string>",
    "last_name": "<string>",
    "mobile_phone": "<string>",
    "ownership_percentage": 100,
    "signed_date": "2023-12-25",
    "social_security_number": "<string>"
  },
  "predicted_industry_probability": 123,
  "source_email_address": "<string>",
  "source_name": "<string>",
  "source_notes": "<string>",
  "source_type": "iso_application_form",
  "state_of_incorporation": "<string>",
  "type_of_business_entity": "<string>"
}

Authorizations

x-api-key
string
header
required

Path Parameters

end_user_id_or_heron_id
string
required

Response

200 - application/json
OK

The response is of type object.