List Connections
GET/api/ledger/connections
The connections panel view-model: one row per supported accounting integration instance (QuickBooks Online / Xero).
Any valid API token can call this endpoint — no specific scope required. Manage tokens.
Authentication: Requires Bearer token.
Per-connection fields:
id/provider(qbo|xero) /namehealth.sync_status— the connection's sync status value;health.paused— true when sync is not activelock_date— the imported provider books-closed lock date (Y-m-d), or nullrate_budget_remaining— Xero only: the remaining daily API budget from the X-DayLimit-Remaining header; null for QBO (no daily budget)last_inbound_event_at— when the last inbound (webhook/CDC) event arrived, or nullopen_operations— open sync-operation counts keyed by state (pending, queued, in_flight, failed_retryable, needs_action); empty object when no open workcapabilities— per-provider feature flags used to show/hide reconciliation lanes:supports_trial_balance(Starting Balances lane — true for both Xero and QuickBooks Online),supports_bank_statement_lines(Statement Match lane — Xero only),supports_webhooks(inbound change events — Xero only)
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.