Trial Balances
System
Status
Authorizations
x-api-keystringRequired
Use the API key to access all API endpoints.
Path parameters
consentIdstring Β· uuidRequired
Identifier of the consent representing the connection to the accounting system.
Query parameters
StartDatestring Β· dateOptionalExample:
Start date for the trial balance period. Format: yyyy-MM-dd.
2025-01-01EndDatestring Β· dateOptionalExample:
End date for the trial balance period. Format: yyyy-MM-dd.
2025-12-31Levelinteger Β· int32 Β· min: 1 Β· max: 5Optional
Heading level depth for the trial balance. Range: 1-5.
Header parameters
x-correlation-idstring Β· uuidRequired
Unique identifier used to correlate and trace this request.
Responses
200
Returns the requested trial balances.
application/json
Represents a trial balance report for a given period.
401
Missing or invalid authentication credentials.
application/json
403
Not authorized to access this resource.
application/json
404
The requested trial balances were not found.
application/json
501
This operation is not supported by the connected accounting system.
application/json
get
/api/v2/consents/{consentId}/trialbalancesLast updated
Was this helpful?
