---
title: "Lists linked accounts"
method: GET
path: "/v1/linked_accounts"
tags: ["Linked Accounts"]
---

# Lists linked accounts

`GET /v1/linked_accounts`

This endpoint lists all bank connections that are eligible to make ACH transfers to Brex business account

## Query parameters

- `cursor` string, nullable
- `limit` integer, nullable

## Response `200`

Returns a list of bank connections

- PageBankConnection
  - `next_cursor` string, nullable
  - `items` BankConnection[], required
    - `id` string, required
    - `bank_details` object, required — Details of the bank - Name, Type
      - `name` string, required — The name of the bank
      - `type` 'CHECKING' | 'SAVING', required — The type of bank account connected. For example, CHECKING or SAVING
    - `brex_account_id` string, nullable — Brex business account ID
    - `last_four` string, required
    - `available_balance` Balance
      - `amount` Money, required — Money fields can be signed or unsigned. Fields are signed (an unsigned value will be interpreted as positive). The amount of money will be represented in the smallest denomination of the currency indicated. For example, USD 7.00 will be represented in cents with an amount of 700.
        - `amount` integer, required — The amount of money, in the smallest denomination of the currency indicated by currency. For example, when currency is USD, amount is in cents.
        - `currency` string, nullable — The type of currency, in ISO 4217 format.
      - `as_of_date` string, date, required
    - `current_balance` Balance
      - `amount` Money, required — Money fields can be signed or unsigned. Fields are signed (an unsigned value will be interpreted as positive). The amount of money will be represented in the smallest denomination of the currency indicated. For example, USD 7.00 will be represented in cents with an amount of 700.
        - `amount` integer, required — The amount of money, in the smallest denomination of the currency indicated by currency. For example, when currency is USD, amount is in cents.
        - `currency` string, nullable — The type of currency, in ISO 4217 format.
      - `as_of_date` string, date, required

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/brex-com/apis/payments-api.md) · [All operations](https://skmtc.net/brex-com/apis/payments-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/brex-com/payments-api/revisions/611c6959db8d/schema)
