---
title: "List bank accounts"
method: GET
path: "/api/accounts"
tags: ["Accounts"]
---

# List bank accounts

`GET /api/accounts`

List the user's bank-shape accounts (depository, credit, loan) across Plaid + manual sources. Use `?type=` to narrow.

## Query parameters

- `type` 'depository' | 'credit' | 'loan'

## Response `200`

List of bank accounts

- BankAccountsResponse
  - `accounts` BankAccountListItem[], required
    - `id` string, uuid, required
    - `mask` string, nullable, required
    - `name` string, required
    - `source` 'plaid' | 'snaptrade' | 'manual', required
    - `subtype` string, nullable, required
    - `type` string, required
    - `plaidItemId` string, nullable, required
    - `currency` string, nullable, required
    - `current` number, nullable, required
    - `updatedAt` string, nullable, required
    - `userOverrideCreditLimit` number, nullable, required
    - `institutionName` string, nullable, required
    - `newAccountsAvailable` boolean, required
    - `logo` string, nullable, required
    - `url` string, nullable, required
    - `canAddInvestments` boolean, required
    - `creditLimit` number, nullable, required
    - `hasInvestments` boolean, required
    - `hasLiabilities` boolean, required
    - `needsReauth` boolean, required
    - `pendingDisconnectAt` string, nullable, required

## Other responses

- `401` — Unauthorized
- `403` — Subscription required
- `422` — Validation failed

---

[API](https://skmtc.net/cobaltpf/apis/cobalt-api.md) · [All operations](https://skmtc.net/cobaltpf/apis/cobalt-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cobaltpf/cobalt-api/revisions/8ef0dfb5d23c/schema)
