POST
/
sync
/
trigger
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.

Triggering one-off syncs

This is especially useful if you e.g. changed the metadata for the connection and now want to re-import data.

Body

application/json

Response

200

Successfully triggered the sync