Skip to main content
POST
/
v1
/
integrations
/
checks
/
connections
/
{connectionId}
/
run
/
{checkId}
cURL
curl --request POST \
  --url http://localhost:3333/v1/integrations/checks/connections/{connectionId}/run/{checkId} \
  --header 'X-API-Key: <api-key>'

Authorizations

X-API-Key
string
header
required

API key for authentication

Path Parameters

connectionId
string
required
checkId
string
required

Response

201 - undefined