get https://cubi-sandbox-api.customersbank.com/consumerlending/v1/program
Retrieve a paginated list of program (policy) details filtered by the search options provided.
Responses
Retrieve a paginated list of program (policy) details filtered by the search options provided.
xxxxxxxxxx
curl --request GET \
--url https://cubi-sandbox-api.customersbank.com/consumerlending/v1/program \
--header 'accept: application/json'
xxxxxxxxxx
13{
"pageSize": 0,
"pageOffset": 0,
"totalPages": 0,
"totalItemCount": 0,
"items": [
{
"id": "string",
"name": "string",
"programType": "Other"
}
]
}