v1
latestOpenAPI 3.1.02026-07-22733584.5 KBBooks
Drill into statement lines by account
Returns the underlying detail behind statement lines for the given GL account codes. account_codes is a comma-joined list (e.g. 3000,3010). Returns JSON null when there is nothing to drill into.
get/statements/drill
Query parameters
customer_idstring
Target company. Optional — API keys are pinned to one company, and single-company sessions default to it.
rangestring
Period selector: YYYY-MM, YYYY-Qn, YYYY, all, this_month, or last_6_months.
account_codesstring required
Comma-joined GL account codes, e.g. 3000,3010.
monthsinteger
Number of trailing months to include.
Response
Drill payload, or null when nothing is available.
StatementsDrill required
Account-level drill-down behind statement lines. Interiors are returned as-is; amounts are integer cents.