Skip to main content
Retrieves public metadata of a specific loan by its unique ID.
This endpoint exposes non-PII information suitable for analytics dashboards, loan marketplaces, or risk reporting systems.
What it does:
  • Fetches a loan record using its ID
  • Includes public financial metrics and loan lifecycle status
  • Includes public underwriting details (CashflowsCsv, DealTermsInfo, UnderwritingInfo)
  • Excludes borrower PII and sensitive credit bureau data (PDFs and trade lines)
When to use it:
  • When building a public or internal analytics dashboard
  • When displaying loan terms and repayment status
  • When populating loan marketplace listings

Path Parameters

Example Request

Response

  • Returns public loan data excluding borrower identity or contact information:
Note: The UnderwritingInfo array contains all 60 entries (one for each DealTermsInfo entry). All attributes from the risk assessment API response are included. Note that PrimaryCreditInfo, PrimaryCreditBureauPDF, PrimaryCreditBureauTradeLines, CoApplicantCreditBureauPDF, and CoApplicantCreditBureauTradeLines are excluded from the public endpoint as they contain PII. } }