LendEasy/Docs
Get API keys
API ReferenceLMS APILoansRetrieve a loan

Retrieve a loan

GEThttps://sandbox.api.lendeasy.ai/v1/loans/{loanId} Bearer token · READ_LOAN

Returns the full loan model. The associations parameter selects embedded relations — repaymentSchedule, transactions, charges, or all — so the authoritative repayment schedule is read here rather than from a separate route; exclude and fields trim the response.

Path & query parameters

FieldTypeDescription
LendEasy-Tenant required in headerstringTenant selector: lowercase letters, digits, and hyphens, 1-64 characters. Exactly one instance; the only tenant selector honored.
loanId required in pathstringStable opaque loan identifier.
associations optional in querystringComma-separated relations to embed, for example repaymentSchedule,transactions; defaults to all.
exclude optional in querystringComma-separated associations to omit.
fields optional in querystringComma-separated fields to include.
Unified search across guides, recipes & the API referenceEsc