cURL
curl --request POST \ --url https://api.nango.dev/sync/start \ --header 'Content-Type: application/json' \ --data '{ "provider_config_key": "<string>", "connection_id": "<string>", "syncs": [ "<string>" ] }'
This response does not have an example.
Starts the continuous execution of specified sync(s) (for a given connection or all applicable connections if no connection is specified).
The ID of the integration that you established within Nango.
A list of sync names that you wish to start.
The ID of the connection. If omitted, the syncs will be started for all relevant connections.
Successfully started the sync