Skip to main content
This endpoint retrieves complete loan data, including public financial information and borrower PII (Personally Identifiable Information).
It is designed for internal servicing teams, underwriting systems, audit trails, and customer support platforms.
What it does:
  • Fetches a loan record using its unique ID
  • Includes public financial metadata, repayment status, and loan structure
  • Includes PII fields in the Request object (ApplicantInfo, VehicleInfo, etc.)
  • Includes risk assessment data in the Response object (Decision, LoanTerms, CreditScore, etc.)
  • Includes underwriting details in the Underwriting object (CreditInfo, DealTermsInfo, UnderwritingInfo, CashflowsCsv, etc.)
  • Displays servicing, origination, and underwriting progress
When to use it:
  • When building a full loan servicing or monitoring dashboard
  • When internal teams need borrower verification and employment insights
  • When underwriting or auditing specific loan histories
  • When investigating repayment behavior or defaults

Path Parameters

Example Request

Response

The API returns the complete loan data including loan details, PII information in the Request object, and risk assessment data in the Response object:
Note: The UnderwritingInfo array contains all 60 entries (one for each DealTermsInfo entry), and PrimaryCreditInfo contains all 1136+ credit bureau fields. All attributes from the risk assessment API response are included without modification. }