Fetch the bank accounts of the current user

GET /users/{user_id}/bank_accounts

Fetch the bank accounts of the current user.

Path parameters

Responses

GET /users/{user_id}/bank_accounts
curl \
 -X GET https://client-subdomain.bitbond.net/api/v1/users/{user_id}/bank_accounts
Response examples (200)
{
  "id": "string",
  "iban": "string",
  "bic": "string",
  "bank_name": "string",
  "account_owner": "string"
}