POST
/
core
/
connection
/
{id}
/
_sync

Authorizations

x-apikey
string
header
required
x-connection-id
string
header
required

Path Parameters

id
string
required

Must start with 'conn_'

Body

application/json
async
boolean | null

Run sync in the background, not compatible with other options for now...

fullResync
boolean | null

Remove state of pipeline and trigger a full resync

metaOnly
boolean | null

Only sync connection metadata and skip pipelines

todo_removeUnsyncedData
boolean | null
See coda's implmementation. Requires adding a new message to the sync protocol
to remove all data from a particular source_id
todo_upstreamRefresh
boolean | null
Triggers provider to refresh data from its source
https://plaid.com/docs/api/products/transactions/#transactionsrefresh
This may also load historical transactions. For example,
Finicity treats historical transaction as premium service.

Response

200 - application/json
connection_requested_event_id
string
pipeline_syncs
object[]