---
title: "List Plaid items"
method: GET
path: "/api/accounts/plaid-items"
tags: ["Accounts"]
---

# List Plaid items

`GET /api/accounts/plaid-items`

List the user's Plaid items (bank connections).

## Response `200`

List of Plaid items

- PlaidItemsResponse
  - `items` PlaidItem[], required
    - `availableProducts` string[], nullable, required
    - `billedProducts` string[], nullable, required
    - `error` unknown
    - `id` string, uuid, required
    - `institutionId` string, nullable, required
    - `institutionLogo` string, nullable, required
    - `institutionName` string, nullable, required
    - `newAccountsAvailable` boolean, required
    - `plaidItemId` string, required
    - `userId` string, required
    - `createdAt` string, required
    - `pendingDisconnectAt` string, nullable, required
    - `updatedAt` string, required

## Other responses

- `401` — Unauthorized
- `403` — Subscription required

---

[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)
