0a9c1f8784f2
List loans with pagination. Returns a paginated list of loans filterable by borrower, status, dates, and loan type.
Query parameters
Search by borrower company number (e.g. SIREN or NIF)
Returns loans where contractual_repayment_date field is greater or equal to this date.
Returns loans where contractual_repayment_date field is lower to this date.
Pagination cursor from the previous response's next_page field. Omit to get the first page.
Returns loans for which the guarantee was called
Entity legally responsible to payback the loan
Filter by one or more loan UUIDs.
Maximum number of items to return per page.
Returns loans that have been postponed
Search for loans based on one or more of the following fields: loan ID, invoice number, amount, estimated fees, status, or counterparty name.
Specify the sorting field and order. Default sorting: created_at DESC. Possible values: ['created_at:asc', 'created_at:desc', 'to_repay_at:asc', 'to_repay_at:desc', 'to_pay_at:asc', 'to_pay_at:desc']
Loan statuses. Possible values: ['SUBMITTED', 'PENDING_VALIDATION', 'TO_VALIDATE', 'DECLINED', 'VALIDATED', 'CANCELED', 'SCHEDULED', 'INITIATED', 'TO_REPAY', 'TO_REPAY_FEES', 'CLOSED', 'ISSUE_DETECTED', 'DELETED']
Returns loans where pay_at field is greater or equal to this date.
Returns loans where pay_at field is lower to this date.
Returns loans where repay_at field is greater or equal to this date.
Returns loans where repay_at field is lower to this date.
Shorthand alias for to_repay_at_from=now() and to_repay_at_to=now().plus(x, 'days'). Mutually exclusive with to_repay_at_from & to_repay_at_to.
Response
OK