---
title: "List User Linked Bank Accounts"
method: GET
path: "/users/{userID}/bank-accounts"
tags: ["Linked Bank Accounts"]
---

# List User Linked Bank Accounts

`GET /users/{userID}/bank-accounts`

Retrieves a list of User Linked Bank Accounts by userID.

## Path parameters

- `userID` string, required

## Response `200`

Retrieving a list of User Linked Bank Accounts was Successful.

- BankAccount[] — A list of all the User's linked bank accounts.
  - `id` string — The unique DriveWealth identifier that identifies each linked bank account.
  - `bankAccountDetails` object
    - `bankAccountNickName` string — The linked bank account nickname defined by the user.
    - `bankAccountNumber` string — The last four digits of the user's external bank account number.
    - `bankRoutingNumber` string — The routing number of the user's external bank.
  - `default` string — True, if this is the default bank account set by the customer.
  - `status` 'ACTIVE' | 'DELETED' | 'DISABLED' — The current status of the user's external linked bank account.
  - `created` string
  - `updated` string

---

[API](https://skmtc.net/drivewealth/apis/authentication-apis.md) · [All operations](https://skmtc.net/drivewealth/apis/authentication-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/drivewealth/authentication-apis/revisions/9fced6d0ac41/schema)
