get https://cubi-sandbox-api.customersbank.com/itoperations/v1/Banks
Searches for banks
Responses
Searches for banks
xxxxxxxxxx
curl --request GET \
--url https://cubi-sandbox-api.customersbank.com/itoperations/v1/Banks \
--header 'accept: application/json'
xxxxxxxxxx
22{
"pageSize": 0,
"pageOffset": 0,
"totalPages": 0,
"totalItemCount": 0,
"items": [
{
"locationId": 0,
"bankName": "string",
"routingCode": "string",
"alternateRoutingCode": "string",
"routingType": "string",
"pairedBic": "string",
"countryCode": "string",
"branchName": "string",
"streetAddress": "string",
"stateOrProvince": "string",
"postalCode": "string",
"city": "string"
}
]
}