get https://cubi-sandbox-api.customersbank.com/transfers/v1/AddressBook/availableAccounts
Responses
xxxxxxxxxx
curl --request GET \
--url https://cubi-sandbox-api.customersbank.com/transfers/v1/AddressBook/availableAccounts \
--header 'accept: application/json'
xxxxxxxxxx
15{
"pageSize": 0,
"pageOffset": 0,
"totalPages": 0,
"totalItemCount": 0,
"items": [
{
"accountId": "string",
"partnerId": "string",
"accountNumberLast4Digits": "string",
"accountName": "string",
"partnerName": "string"
}
]
}