Syncs
Start sync(s)
Starts the continuous execution of specified sync(s) (for a given connection or all applicable connections if no connection is specified).
POST
/sync/start
Bearer*
curl --request POST \
--url https://api.nango.dev/sync/start \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"provider_config_key": "<provider_config_key>",
"syncs": []
}'
Body
connection_id
string
The ID of the connection. If omitted, the syncs will be started for all relevant connections.
provider_config_keyrequired
string
The ID of the integration that you established within Nango.
syncsrequired
string[]
curl --request POST \
--url https://api.nango.dev/sync/start \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"provider_config_key": "<provider_config_key>",
"syncs": []
}'