get https://cubi-sandbox-api.customersbank.com/consumerlending/v1/program/
Retrieve the details of a specific program (policy) using its Id.
Responses
Retrieve the details of a specific program (policy) using its Id.
xxxxxxxxxx
curl --request GET \
--url https://cubi-sandbox-api.customersbank.com/consumerlending/v1/program/id \
--header 'accept: application/json'
xxxxxxxxxx
{
"id": "string",
"name": "string",
"programType": "Other"
}