Fetch the bank accounts of the current user
GET
/users/{user_id}/bank_accounts
Fetch the bank accounts of the current user.
Path parameters
-
user_id string Required
User id
GET /users/{user_id}/bank_accounts
curl \
-X GET https://client-subdomain.bitbond.net/api/v1/users/{user_id}/bank_accounts
Response example (200)
{
"id": "string",
"iban": "string",
"bic": "string",
"bank_name": "string",
"account_owner": "string"
}