Get Sync Settings
GET/api/accounting/sync-settings
Returns the accounting sync settings for the configured integration, including per-type sync enable/disable controls and sync start dates.
accounting:readGrant this scope to your token under Settings → Developer → Personal Access Tokens.
Authentication: Requires Bearer token
Every transaction type is returned, whether or not it has been saved before. A type that has never been saved inherits the control of the type it was split out of — inventory_revaluation (automatic cost true-ups) inherits inventory_adjustment until you save it a setting of its own.
mirror_sync_controls (Xero connections only; empty object otherwise): per-entity toggles for the nightly mirror downloads FROM Xero (bank_transactions, payments). Disabled by default — the scheduled download runs only for enabled entities. Manual downloads via the download endpoints work regardless.
Request
Responses
- 200
- 401
- 403
- 429
OK
Response Headers
Unauthenticated — the bearer token is missing, revoked, expired, or malformed. Never retry automatically; fix the credential. See the Errors guide.
Forbidden — the token lacks a required scope, the endpoint is not available to API tokens, or the user behind the token lacks the permission. A human must adjust the token scopes or user permissions; do not retry.
Rate limited — platform limit is 1,000 requests/min; individual tokens may carry lower limits. Honor the Retry-After header before retrying. See the Rate Limits guide.