Syncs
Trigger a sync run
Triggers the sync with the specified ID to start a new sync run.
POST
/
syncs
/
{sync_id}
/
trigger
Authorizations
Authorization
string
headerrequiredBearer token for the current workspace. Can be retrieved from the Workspace's settings page.
Path Parameters
sync_id
integer
requiredID of the sync
Query Parameters
force_full_sync
boolean
default: falseDetermines if the sync should be run as a Full Sync. Note that some sync configurations such as Append do not support full syncs.
Response
200 - application/json
status
enum<string>
requiredThe outcome of the fetch request
Available options:
success
data
object
requiredWas this page helpful?