v32

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-224341,4072.0 MB
Connector

Confirm Sync Valid

Confirm that a sync which errored due to a data drop is valid, overriding the error and triggering a new sync. Only applicable when the sync status is ERRORED_NO_DATA.

post/api/v1/apps/{app_id}/connectors/{connector_id}/confirm_sync_valid/{sync_lifecycle_id}

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 confirming the sync for.

sync_lifecycle_idstring required

The completed lifecycle id of the most recent sync we want to validate

Request body

C1ApiAppV1ConfirmSyncValidRequestInput required

The ConfirmSyncValidRequest message contains the fields required to confirm a sync as valid.

Response

Empty response body. Status code indicates success.

C1ApiAppV1ConfirmSyncValidResponse required

Empty response body. Status code indicates success.