POST
/
core
/
connection
/
{id}
/
_check
curl --request POST \
  --url https://api.openint.dev/v0/core/connection/{id}/_check \
  --header 'Content-Type: application/json' \
  --header 'x-apikey: <api-key>' \
  --header 'x-connection-id: <api-key>' \
  --data '{
  "skipCache": true,
  "import": true,
  "updateWebhook": true,
  "sandboxSimulateUpdate": true,
  "sandboxSimulateDisconnect": true
}'
"<any>"

Authorizations

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

Path Parameters

id
string
required

Must start with 'conn_'

Body

application/json
skipCache
boolean | null
import
boolean | null
updateWebhook
boolean | null
sandboxSimulateUpdate
boolean | null
sandboxSimulateDisconnect
boolean | null

Response

200
application/json
Successful response

The response is of type any.