Connector
Resume Sync
Resume syncing and provisioning for a connector that was previously paused. Clears the paused state and triggers a new sync.
post/api/v1/apps/{app_id}/connectors/{connector_id}/resume
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 resuming the sync for.
Request body
C1ApiAppV1ResumeSyncRequestInput required
The ResumeSyncRequest message contains the fields required to resume syncing for a connector.
Response
Empty response body. Status code indicates success.
C1ApiAppV1ResumeSyncResponse required
Empty response body. Status code indicates success.