Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.woodcore.co/llms.txt

Use this file to discover all available pages before exploring further.

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