Skip to content
  • Auto
  • Light
  • Dark
Get Started

Force Sync

Force Sync
post/api/v1/apps/{app_id}/connectors/{connector_id}/force_sync

Invokes the c1.api.app.v1.ConnectorService.ForceSync method.

Path Parameters
app_idstring

The AppID of the app the connector is attached to.

connector_idstring

The ConnectorID of the connector that we are forcing to sync.

Body Parameters
bodyunknown
optional

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.

Request example cURL
curl https://{tenantDomain}.conductor.one/api/v1/apps/$APP_ID/connectors/$CONNECTOR_ID/force_sync \
    -H 'Content-Type: application/json' \
    -H "Authorization: Bearer $CONDUCTORONE_SDK_API_KEY"
200 Example
{}