Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Query Parameters
The start of the period you want the trial balance for.
Example:
"2022-01-01"
The end of the period you want the trial balance for.
Example:
"2022-12-31"
Whether to include auxiliary accounts or not.
Example:
true
Items are paginated, this is the current page which will be returned. The page index is starting at 1.
Example:
1
The number of items returned per page.
Required range:
1 <= x <= 1000
Example:
20
Response
Returns a list of balances grouped by ledger accounts.