API v1

Connectors

Data source sync status and lineage.

Markdown version · llms.txt

Connectors show where ledger data originates. Use syncStatus to detect stale or failed imports.

GET/api/v1/connectorsread

list_connectors

Bank and payment connector sync status for the organization.

Response

json
{
  "data": [
    { "id": "…", "name": "Stripe", "provider": "stripe", "syncStatus": "ok", "lastSyncAt": "…" }
  ]
}
syncStatusMeaning
okLast sync succeeded
staleSync is overdue
errorLast sync failed