Skip to main content

List All Loan Accounts

This allows the retrieval of all loan account in a paginated or non-paginated format.
Optional Query Parameters
NameDescriptionRequiredType
pagePagination, index to start searching at when retrieving elements, used in combination with perPage to paginate resultsfalseInteger
perPagePagination, the number of elements to retrieve, used in combination with page to paginate resultsfalseInteger
Example Requests: baseUrl/api/v2/loans baseUrl/api/v2/loans?page=10&perPage=50