cURL
curl --request POST \ --url https://api.nango.dev/sync/pause \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "provider_config_key": "<string>", "connection_id": "<string>", "syncs": [ "github-issues" ] }'
{ "success": true }
Pauses the schedule of specified sync(s) for a given connection or all applicable connections if no connection is specified.
The secret key from your Nango environment.
Successfully paused the sync
The response is of type object.
object
Was this page helpful?