---
title: "List linked external bank accounts."
method: GET
path: "/external-accounts"
tags: ["Accounts"]
---

# List linked external bank accounts.

`GET /external-accounts`

## Query parameters

- `limit` string — Page size, 1–100 (default 25).
- `cursor` string — Opaque cursor from a prior response nextCursor.
- `type` 'checking' | 'savings' — Only accounts of this type.
- `status` 'active' | 'inactive' — Only connections reporting this status.

## Response `200`

A page of linked accounts.

- object
  - `data` ExternalAccount[], required
    - `id` string, required
    - `institution` string, required — The linked bank/institution name the app displays.
    - `accountMask` string, nullable, required — Last four digits of the account number (••••1234), or null.
    - `type` 'checking' | 'savings', required
    - `status` 'active' | 'inactive', required
    - `createdAt` string, required — ISO 8601 timestamp, UTC.
  - `nextCursor` string, nullable, required — Pass back as ?cursor for the next page; null on the last page.

---

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