get https://cubi-sandbox-api.customersbank.com/itoperations/v1/Banks/aba
Searches all ABA records
Responses
Searches all ABA records
xxxxxxxxxx
curl --request GET \
--url https://cubi-sandbox-api.customersbank.com/itoperations/v1/Banks/aba \
--header 'accept: application/json'
xxxxxxxxxx
16{
"pageSize": 0,
"pageOffset": 0,
"totalPages": 0,
"totalItemCount": 0,
"items": [
{
"locationId": 0,
"bankName": "string",
"abaNumber": "string",
"bic": "string",
"isWireEnabled": true,
"isAchEnabled": true
}
]
}