cURL
curl --request GET \ --url https://client-api.dev.finhost.io/account/details/{account} \ --header 'Authorization: Bearer <token>'
[ { "provider": "reilsBank", "account": "39eab26c-8788-4375-810c-9807aaf98191", "bankDetails": [ { "key": "iban", "value": "GB68PAYR04034497484799" } ] } ]
Account bank detailes
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Account ID
Company id
200 response
Account bank details provider
"reilsBank"
"39eab26c-8788-4375-810c-9807aaf98191"
Show child attributes