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

# Retrieves a BankOpeningBalance resource.

`GET /bank_opening_balances/{id}`

Retrieves a BankOpeningBalance resource.

## Path parameters

- `id` string, required

## Response `200`

BankOpeningBalance resource

- BankOpeningBalance
  - `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 updated
  - `bankAccountId` string, nullable — Unique identifier for the bank account
  - `openingDate` string, nullable — The date of the opening balance
  - `debit` integer, nullable — The debit amount of the opening balance
  - `credit` integer, nullable — The credit amount of the credit balance

## 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)
