Skip to main content
POST
Enqueue a transaction sync for the workspace or for given accounts

Authorizations

X-API-KEY
string
header
required

Authorization method required to allow user to access the api endpoints.

Body

application/json
account_ids
string<uuid>[]

Limit the action to these workspace accounts. Omit to cover every account in the workspace. Every id must belong to the caller workspace or the request fails with 404.

Example:

Response

202 - application/json

Sync jobs enqueued

batch_id
string<uuid>
required
enqueued
number
required
Example:

5

skipped
number
required
Example:

1

Last modified on September 23, 2026