---
title: "List accounts for a customer API bank connection"
method: GET
path: "/public/v2/bank-connections/{connection_id}/accounts/"
tags: ["Bank Connections"]
---

# List accounts for a customer API bank connection

`GET /public/v2/bank-connections/{connection_id}/accounts/`

List accounts registered under a customer_api bank connection.

## Path parameters

- `connection_id` integer, required

## Response `200`

OK

- 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

## Other responses

- `404` — Not Found

---

[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/dcb8297898a2/schema)
