Skip to main content

Get Accounting Balance Sheet

GET 

/api/reporting/accounting/balance-sheet

Returns a balance sheet snapshot as of a date, built from the same accounting_transaction_lines data source as the income statement so the two reconcile.

Required scope: reports:read

Grant this scope to your token under Settings → Developer → Personal Access Tokens.

Accounts are grouped into assets (reported as net debit balance), liabilities and equity (reported as net credit balance). Cumulative net income is appended to equity as a computed "Retained Earnings" line so the statement balances (Assets = Liabilities + Equity).

Also scoped by scope by object:reports`.

Authentication: Requires Bearer token

Request

Responses

OK

Response Headers
    Content-Type