Trial Balance
The Trial Balance API allows partner applications to generate trial balance reports in COUNT. A trial balance is a financial report that lists all general ledger account balances, verifying that total debits equal total credits for a given period.
This API enables you to:
-
Generate a trial balance report for a specific date range
-
Filter by accounts, account types, tags, vendors, customers, and projects
-
View debit and credit totals per account
-
Choose between accrual and cash basis reporting
-
All report data is securely scoped to the authenticated team
Authentication
All Trial Balance API endpoints require both authentication mechanisms:
HMAC Authentication
Include the following headers in every request:
-
x-client-id -
x-signature -
x-timestamp
Bearer Token
Include the access token in the Authorization header:
Authorization: Bearer {access_token}
Endpoint
GET /partners/reports/trial-balance?startDate=2024-01-01&endDate=2024-12-31¤cy=USD
Method: GET Path: /partners/reports/trial-balance
Query Parameters:
-
startDate(YYYY-MM-DD) – required -
endDate(YYYY-MM-DD) – required -
currency(ISO 4217) – optional
On this page
- Trial Balance