---
title: "Retrieves a BankAccount resource."
method: GET
path: "/bank_accounts/{id}"
tags: ["BankAccount"]
---

# Retrieves a BankAccount resource.

`GET /bank_accounts/{id}`

Retrieves a BankAccount resource.

## Path parameters

- `id` string, required

## Response `200`

BankAccount resource

- BankAccount
  - `id` string
  - `integration` string — The key of the integration source e.g. "quickbooks", or "xero"
  - `srcId` string — the unique identifier of the source 3rd party integration
  - `created` string, date-time, nullable — The datetime when the item was created
  - `modified` string, date-time, nullable — The datetime when the item was last modified
  - `name` string, nullable — The name of the bank account
  - `number` string, nullable
  - `type` string, nullable — Unique identifier for the type of account
  - `balance` integer, nullable — Bank account balance
  - `bankName` string, nullable
  - `bankConnectionId` string, nullable
  - `subtype` string, nullable
  - `deleted` boolean
  - `currencyCode` string, nullable
  - `isAsset` boolean, nullable

## Other responses

- `404` — Resource not found

---

[API](https://skmtc.net/bossinsights/apis/boss-insights.md) · [All operations](https://skmtc.net/bossinsights/apis/boss-insights/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bossinsights/boss-insights/revisions/d08a107895ad/schema)
