---
title: "List Plaid connections"
method: GET
path: "/platform/v1/plaid-connections"
tags: ["plaidConnections"]
---

# List Plaid connections

`GET /platform/v1/plaid-connections`

Returns the connections the partner created in a workspace, newest first, together with their accounts. Connections a user linked themselves are never listed. Results are paged with `limit`/`offset`.

## Query parameters

- `limit` integer
- `offset` integer, nullable
- `workspaceId` string, uuid, required
- `entityIds` string[], nullable

## Response `200`

200

- object
  - `data` object[], required
    - `accounts` object[], required
      - `accountNumberMask` string, nullable, required — Last digits of the account number, as Plaid reports them.
      - `createdAt` string, date-time, required
      - `entityId` string, uuid, required
      - `id` string, uuid, required
      - `name` string, nullable, required
      - `type` 'checking' | 'savings' | 'credit_card' | 'loan' | 'line_of_credit' | 'investment' | 'payment_processor' | 'cash' | 'other', required
    - `connection` object, required
      - `createdAt` string, date-time, required
      - `id` string, uuid, required
      - `institutionId` string, nullable, required — Plaid institution id, null when Plaid reports none.
      - `institutionName` string, required
  - `pagination` object, required
    - `limit` integer, required
    - `offset` integer, required
    - `total` integer, required

## Other responses

- `400` — 400
- `401` — 401
- `404` — 404
- `429` — 429

---

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