POST
/
core
/
pipeline
curl --request POST \
  --url https://api.openint.dev/v0/core/pipeline \
  --header 'Content-Type: application/json' \
  --header 'x-apikey: <api-key>' \
  --header 'x-connection-id: <api-key>' \
  --data '{
  "id": "<string>",
  "metadata": "<any>",
  "disabled": true,
  "sourceId": "<string>",
  "streams": {},
  "destinationId": "<string>"
}'
{
  "createdAt": "<string>",
  "updatedAt": "<string>",
  "id": "<string>",
  "sourceId": "<string>",
  "sourceState": {},
  "sourceVertical": "<string>",
  "streams": {},
  "destinationId": "<string>",
  "destinationState": {},
  "destinationVertical": "<string>",
  "linkOptions": [
    "<any>"
  ],
  "lastSyncStartedAt": "<string>",
  "lastSyncCompletedAt": "<string>",
  "disabled": true,
  "metadata": "<any>"
}

Authorizations

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

Body

application/json

Response

200
application/json
Successful response

The response is of type object.