Skip to main content
POST
Generate an account report

Query Parameters

orgId
string
required

Organization ID. Use GET /v1/companies to discover available org/company pairs.

Example:

"1"

companyId
string
required

Company ID. Use GET /v1/companies to discover available companies and their access levels.

Example:

"1"

Body

application/json
name
string
required

Report name shown in the reports list.

Required string length: 1 - 200
dateFrom
integer
required

Period start (unix ms).

Required range: x > 0
dateTo
integer
required

Period end (unix ms). Must be >= dateFrom.

Required range: x > 0
description
string

Optional free-text description.

Maximum string length: 2000
reconcileWith
enum<string>

Compare each account against the Xero or QuickBooks trial balance and flag differences. Silently ignored unless the chosen platform is linked.

Available options:
xero,
qbo

Response

Report generation queued

success
enum<boolean>
required
Available options:
true
data
object
required
Last modified on July 10, 2026