Syncs
Trigger a sync run
Triggers the sync with the specified ID to start a new sync run.
POST
/
syncs
/
{sync_id}
/
trigger
Authorizations
Bearer token for the current workspace. Can be retrieved from the Workspace's settings page.
Path Parameters
ID of the sync
Query Parameters
Determines if the sync should be run as a Full Sync. Note that some sync configurations such as Append do not support full syncs.
Was this page helpful?