List All Loan Accounts
This allows the retrieval of all loan account in a paginated or non-paginated format.Optional Query Parameters
Example Requests:
baseUrl/api/v2/loans
baseUrl/api/v2/loans?page=10&perPage=50
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Name | Description | Required | Type |
|---|---|---|---|
| page | Pagination, index to start searching at when retrieving elements, used in combination with perPage to paginate results | false | Integer |
| perPage | Pagination, the number of elements to retrieve, used in combination with page to paginate results | false | Integer |