Skip to main content
GET
Fetch balance sheet

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Content-Type
string

Content-Type must be set to application/json.

Path Parameters

businessId
string
required

The UUID of the business to fetch the balance sheet for.

Query Parameters

effective_date
string<date-time>
required

Effective date for the balance sheet (ISO 8601 format).

reporting_basis
enum<string>

Accounting basis for the report.

Available options:
ACCRUAL,
CASH
tag_filter
string

Filter results by tags.

Response

Balance sheet report data.

data
object
required