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>"
Must start with 'conn_'
Successful response
The response is of type any
.
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>"