List loans
Loans
List loans
Fetch a paginated list of loans, filterable by customer and status.
GET
List loans
Returns a page of loans. See Pagination for the common query parameter contract.Documentation Index
Fetch the complete documentation index at: https://docs.lms.bsa.ai/llms.txt
Use this file to discover all available pages before exploring further.
Query parameters
Common values:
id, principal, expectedDisbursementDate.ASC or DESC.Restrict the result to loans belonging to a specific customer (by
internal LMS id). Mutually exclusive with
customerExternalId —
pass one or the other, not both.Restrict the result to loans belonging to the customer with this
partner-supplied
externalId. Mutually exclusive with customerId.
Named explicitly because loans have their own externalId field too
— this one filters by the customer’s externalId, not the loan’s.Case-insensitive exact match against the loan’s
status. Accepted
values are the exact strings the LMS returns: Active,
Submitted and pending approval, Approved, Withdrawn by applicant,
Rejected, Closed (obligations met), Closed (written off),
Overpaid. The filter is applied wrapper-side after fetching, so
total reflects the filtered count, not the unfiltered scope.
Scans up to 1000 loans per call.
