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

- `updated_after` string, date-time, nullable
- `updated_before` string, date-time, nullable
- `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
    - `created_at` string, date-time, required — Date and time the record was created
    - `updated_at` string, date-time, required — Date and time the record was last updated
    - `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

## Changes

- **2026-08-28** `48edcb3acb74` — 4 info
  - added the new optional `query` request parameter `updated_after`
  - added the new optional `query` request parameter `updated_before`
  - added the required property `items/items/created_at` to the response with the `200` status
  - added the required property `items/items/updated_at` to the response with the `200` status
- **2026-08-19** `f338ec8b3f52` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/dualentry/apis/dualentry-public-api/changes/public/v2/bank-connections/get.md)

---

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