latestOpenAPI 3.0.02026-08-224362174.0 KB

24a8012aa8c8

Trigger Sync From ID or Slug

Trigger a new run globally based on sync id or sync slug

If a run is already in progress, this queues a sync run that will get executed immediately after the current run completes.

post/syncs/trigger

Request body

syncSlugstring

Trigger run based on sync slug

syncIdstring

Trigger run based on sync id

clearAndFillboolean

Whether to clear the audience and then sync the full query to the destination

resetCDCboolean

Whether to sync all the rows in the query without executing changes on the destination.

fullResyncboolean

Whether to resync all the rows in the query (i.e. ignoring previously synced rows).

Response

Ok

OR