POST
/
core
/
connection
curl --request POST \
  --url https://api.openint.dev/v0/core/connection \
  --header 'Content-Type: application/json' \
  --header 'x-apikey: <api-key>' \
  --header 'x-connection-id: <api-key>' \
  --data '{
  "connectorConfigId": "<string>",
  "settings": {},
  "displayName": "<string>",
  "customerId": "<string>",
  "disabled": true,
  "metadata": "<any>",
  "integrationId": "<string>"
}'
"<string>"

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 string.