get https://cubi-sandbox-api.customersbank.com/accounts/v1/
Get an account
Responses
Get an account
xxxxxxxxxx
curl --request GET \
--url https://cubi-sandbox-api.customersbank.com/accounts/v1/accountId \
--header 'accept: application/json'
xxxxxxxxxx
20{
"id": "string",
"ibsAccountNumber": "string",
"name": "string",
"searchable": true,
"controlType": "Single",
"modifiedAt": "string",
"createdAt": "string",
"partnerId": "string",
"version": "string",
"isFrozen": true,
"isDeleted": true,
"availableBalance": 0,
"balance": 0,
"state": "Closed",
"additionalBalances": {
"relatedAvailableBalance": 0,
"totalAccessibleBalance": 0
}
}