POST
/
sync
/
start
curl --request POST \
  --url https://api.nango.dev/sync/start \
  --header 'Content-Type: application/json' \
  --data '{
  "provider_config_key": "<string>",
  "connection_id": "<string>",
  "syncs": [
    "github-issues"
  ]
}'
{
  "success": true
}

Body

application/json

Response

200
application/json
Successfully started the sync

The response is of type object.