v1

latestOpenAPI 3.0.02026-07-26117198177.4 KB
Account Connections

Enqueue sync for all connections in the workspace

Enqueues one background job per account connection in the workspace. Returns immediately with a batch id; workers process jobs asynchronously. Connections that already have a pending or active sync job are skipped.

post/v2/account-connections/transactions/sync

Response

Sync jobs enqueued

batch_idstring uuid required
enqueuednumber required
skippednumber required

Example response

{
  "enqueued": 5,
  "skipped": 1
}