get https://cubi-sandbox-api.customersbank.com/consumerlending/v1/loan/download
Retrieve a list of loans.
Responses
Retrieve a list of loans.
xxxxxxxxxx
curl --request GET \
--url https://cubi-sandbox-api.customersbank.com/consumerlending/v1/loan/download \
--header 'accept: application/json'
xxxxxxxxxx
10[
{
"id": "string",
"applicationId": "string",
"programId": "string",
"approvedAmount": 0,
"amountFunded": 0,
"originationFeeAmount": 0
}
]