Connector
Pause Sync
Pause syncing and provisioning for a connector. No new syncs or grant/revoke operations will run until the connector is resumed.
post/api/v1/apps/{app_id}/connectors/{connector_id}/pause
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 pausing the sync for.
Request body
C1ApiAppV1PauseSyncRequestInput required
The PauseSyncRequest message contains the fields required to pause syncing for a connector.
Response
Empty response body. Status code indicates success.
C1ApiAppV1PauseSyncResponse required
Empty response body. Status code indicates success.