---
title: "Get the QuickBooks cash position"
method: GET
path: "/money/integrations/quickbooks/cash_position"
tags: ["money", "quickbooks"]
---

# Get the QuickBooks cash position

`GET /money/integrations/quickbooks/cash_position`

## Response `200`

OK

- QuickbooksGetCashPositionOutput
  - `as_of` string, date-time
  - `combined_total_formatted` string
  - `currencies` QuickbooksCashCurrencySubtotal[], nullable
    - `accounts` QuickbooksCashAccountRow[], nullable
      - `balance_formatted` string
      - `currency` string
      - `name` string
    - `currency` string
    - `subtotal_formatted` string
  - `multi_currency` boolean
  - `points` QuickbooksCashTrendPoint[], nullable
    - `date` string, date-time
    - `value` number, double
    - `value_display` string
  - `populated` boolean
  - `primary_currency` string

## Other responses

- `default` — Error response.

---

[API](https://skmtc.net/stablesea/apis/stable-sea-backend.md) · [All operations](https://skmtc.net/stablesea/apis/stable-sea-backend/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stablesea/stable-sea-backend/revisions/3feea260296c/schema)
