Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
Request Code Samples
curl --location --request GET '/loans?searchKey=undefined&status=undefined&lenderId=undefined&page=undefined&limit=undefined&lendingId=undefined' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'
Responses
application/json
Modified at 2025-04-23 06:57:20