Fetch Repayments
Developing
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
Request samples
curl --location --request GET '/repayments?type&lenderId&page&limit&lendingId&fromDate&toDate&repaymentId' \
--header 'Content-Type: application/json' \
--data-raw '{}'
Responses
application/json Modified at 2025-04-28 11:59:45