POST
/
core
/
connection
/
{id}
/
_sync
curl --request POST \
  --url https://api.openint.dev/v0/core/connection/{id}/_sync \
  --header 'Content-Type: application/json' \
  --header 'x-apikey: <api-key>' \
  --header 'x-connection-id: <api-key>' \
  --data '{
  "async": true,
  "metaOnly": true,
  "fullResync": true,
  "todo_upstreamRefresh": true,
  "todo_removeUnsyncedData": true
}'
{
  "connection_requested_event_id": "<string>",
  "pipeline_syncs": [
    {
      "pipeline_id": "<string>",
      "sync_completed_event_id": "<string>"
    }
  ]
}

Authorizations

x-apikey
string
header
required
x-connection-id
string
header
required

Path Parameters

id
string
required

Must start with 'conn_'

Body

application/json

Response

200
application/json
Successful response

The response is of type object.