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": [
    "github-issues"
  ],
  "sync_mode": "incremental",
  "full_resync": true
}'
{
  "success": true
}

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
application/json
Successfully triggered the sync

The response is of type object.