Connector
Force Sync
Trigger an immediate sync for a connector. The sync is queued and may not start instantly.
post/api/v1/apps/{app_id}/connectors/{connector_id}/force_sync
Path parameters
app_idstring required
The AppID of the app the connector is attached to.
connector_idstring required
The ConnectorID of the connector that we are forcing to sync.
Request body
C1ApiAppV1ForceSyncRequestInput required
Signal the connector to start syncing. This puts the sync on the queue. It does not guarantee immediate sync. Long syncs still take minutes to hours.
Response
Empty response body. Status code indicates success.
C1ApiAppV1ForceSyncResponse required
Empty response body. Status code indicates success.