get https://cubi-sandbox-api.customersbank.com/wires/v1/AccountEntitlements/
Gets account entitlements for a specific user
Responses
Gets account entitlements for a specific user
xxxxxxxxxx
curl --request GET \
--url https://cubi-sandbox-api.customersbank.com/wires/v1/AccountEntitlements/userId \
--header 'accept: application/json'
xxxxxxxxxx
[
{
"accountId": "string",
"entitlement": "None"
}
]