---
title: "List customer API bank connections"
method: GET
path: "/public/v2/bank-connections/"
tags: ["Bank Connections"]
---

# List customer API bank connections

`GET /public/v2/bank-connections/`

List bank connections registered via the customer API for the calling organization.

## Query parameters

- `limit` integer — Number of records to return per page (capped at 100)
- `offset` integer — Number of records to skip before starting to return results

## Response `200`

OK

- PagedPublicBankConnectionSchemaOut
  - `items` PublicBankConnectionSchemaOut[], required
    - `id` integer, required
    - `connection_source_id` string, required
    - `institution_name` string, nullable
    - `status` string, required
    - `successfully_aggregated_at` string, date-time, nullable
    - `last_sync_at` string, date-time, nullable
    - `accounts` PublicBankConnectionAccountSchemaOut[]
      - `id` integer, required
      - `account_id` string, required
      - `account_name` string, required
      - `truncated_account_number` string, nullable
      - `currency_iso_4217_code` string, nullable
      - `status` string, required
  - `count` integer, required

## Other responses

- `400` — Bad Request

---

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