get https://cubi-sandbox-api.customersbank.com/consumerlending/v1/loan/
Retrieve the details of a specific loan using its Id value.
Responses
Retrieve the details of a specific loan using its Id value.
xxxxxxxxxx
curl --request GET \
--url https://cubi-sandbox-api.customersbank.com/consumerlending/v1/loan/id \
--header 'accept: application/json'
xxxxxxxxxx
{
"id": "string",
"applicationId": "string",
"programId": "string",
"approvedAmount": 0,
"amountFunded": 0,
"originationFeeAmount": 0
}