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>"
}
]
}
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>"
}
]
}