cURL
curl --request POST \ --url https://api.nango.dev/sync/trigger \ --header 'Content-Type: application/json' \ --data '{ "provider_config_key": "<string>", "connection_id": "<string>", "syncs": [ "<string>" ], "full_resync": true }'
This response does not have an example.
Triggers an additional, one-off execution of specified sync(s) (for a given connection or all applicable connections if no connection is specified).
Successfully triggered the sync
Was this page helpful?