---
title: "List financial accounts"
method: GET
path: "/v1/financial_accounts"
tags: ["financial_accounts"]
---

# List financial accounts

`GET /v1/financial_accounts`

Returns a list of financial accounts.

## Response `200`

The response for FinancialAccounts.list

- object
  - `results` FinancialAccount[]
    - `id` string, required — The unique identifier for the account
    - `account_type` 'disbursements' | 'processing', required — The type of account
    - `bank_provider` string, required — The bank provider for the account
    - `created_at` string, date-time, required — The date and time the account was created
    - `updated_at` string, date-time, required — The date and time the account was last updated

## Other responses

- `400` — The request is invalid or contains invalid parameters
- `401` — Unauthorized. The request is missing the security (OAuth2 Bearer token) requirements and the server is unable to verify the identify of the caller.
- `403` — Access denied
- `500` — Internal Server Error

## Changes

- **2026-06-25** `832437736659` — 16 breaking, 20 info
  - removed the required property `code` from the response with the `400` status
  - removed the required property `code` from the response with the `401` status
  - removed the required property `code` from the response with the `403` status
  - removed the required property `code` from the response with the `500` status
  - …32 more

[Change history](https://skmtc.dev/chariot-giving/apis/specs/changes/v1/financial_accounts/get.md)

---

[API](https://skmtc.dev/chariot-giving/apis/specs.md) · [All operations](https://skmtc.dev/chariot-giving/apis/specs/llms.txt) · [OpenAPI document](https://skmtc.dev/chariot-giving/apis/specs/revisions/f305f0c14ede?raw)
