Get a loan
Loans
Get a loan
Fetch a single loan by externalId or LMS id.
GET
Get a loan
Two equivalent forms. Prefer the externalId path — it’s a direct LMS lookup (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.
/loans/external-id/{X}), single call, and lets you key
off the reference you chose at create time.
Path parameters
The loan’s externalId. On the
/v1/loans/{loan_id} form, this is
the numeric LMS id instead.Examples
Response
200 OK returns the full loan object — including
the balance roll-up, nextDueDate / nextDueAmount, and the full
repaymentSchedule.
Errors
| Code | When |
|---|---|
not_found | No loan with that id or externalId |

