Accounting
Trigger Accounting Sync
Trigger an immediate sync of revenue data to all active accounting connections.
POST
Trigger a sync to connected accounting systems
Body Parameters
This endpoint triggers an asynchronous sync job. Revenue recognition entries, invoices, and payment
records are pushed to the connected accounting provider. Syncs typically complete within a few
minutes depending on data volume.
Example Request
Response
sync_status field for completion. A webhook event accounting.sync.completed is also
fired when the sync finishes.Authorizations
Tenant API key obtained from POST /auth/register or POST /v1/developer/keys.
Query Parameters
Scope the sweep to one connection. Scoped syncs run INCREMENTALLY (unchanged records are skipped); omitting provider sweeps all active connections with a forced full re-push.
Available options:
quickbooks, xero, netsuite, tally Response
A manual sync is already running for this tenant.
Allowed value:
"sync_already_running"Trigger a sync to connected accounting systems