Skip to main content
v1 stays frozen at its current shape and keeps serving the CLI, the SimpleFIN bridge and existing integrators. Sunset will be announced with Deprecation and Sunset headers no earlier than 12 months after v2 reaches general availability. Your existing key works on both. A key created before scopes existed is a legacy key on v2: it holds every :read scope and no write scope. Create a new key for writes. What changes in shape:
  • Ids: sync_…, conn_…, acct_… instead of raw UUIDs; provider transaction ids are tagged txn_fk_….
  • Timestamps: RFC 3339 with milliseconds on every user-owned object, as created and updated.
  • Money: { amount: 1250, currency: "aud" } instead of decimal strings.
  • Lists: next_page_url tokens instead of limit/offset and hasMore.
  • Errors: type, code, param, request_id instead of message alone.
  • Redbark-Version is required.