---
title: "Get Bank Account"
method: GET
path: "/v2/accounts/{account_id}/"
tags: ["accounts"]
---

# Get Bank Account

`GET /v2/accounts/{account_id}/`

## Path parameters

- `account_id` string, required

## Headers

- `Authorization` string, required

## Response `200`

- BankAccountV2
  - `id` string
  - `consumer_id` string
  - `bank_name` string, nullable, required
  - `balance` string
  - `account_name` string, required
  - `account_type` string, required
  - `account_number` string
  - `account_routing_number` string
  - `is_primary` boolean, required
  - `is_active` boolean
  - `status` string, required

## Changes

- **2026-09-12** `351a2bfe3a8e` — 1 info
  - api operation id `getBankAccount` removed and replaced with `accounts_getBankAccount`
- **2026-09-11** `0d7735431bfb` — 2 info
  - api operation id `get-bank-account` removed and replaced with `getBankAccount`
  - added the required property `status` to the response with the `200` status

[Change history](https://skmtc.dev/upwardli/apis/api-reference/changes/v2/accounts/:account_id/get.md)

---

[API](https://skmtc.dev/upwardli/apis/api-reference.md) · [All operations](https://skmtc.dev/upwardli/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc.dev/upwardli/apis/api-reference/revisions/351a2bfe3a8e?raw)
