Fetch balance sheet
Balance Sheet
Fetch balance sheet
Returns a balance sheet report showing assets, liabilities, and equity at a specific point in time.
GET
Fetch balance sheet
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Content-Type must be set to application/json.
Path Parameters
The UUID of the business to fetch the balance sheet for.
Query Parameters
Effective date for the balance sheet (ISO 8601 format).
Accounting basis for the report.
Available options:
ACCRUAL, CASH Filter results by tags.
Response
Balance sheet report data.
Effective date of the balance sheet.
Accounting basis used for the report.
Available options:
ACCRUAL, CASH Asset accounts.
Liability accounts.
Equity accounts.
Total assets in cents.
Total liabilities in cents.
Total equity in cents.