devguard
Integration checksIdRun

Enqueue an integration check to run now.

POST
/integration-checks/{id}/run/

Authorization

Authorization
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/integration-checks/string/run/" \  -H "Content-Type: application/json" \  -d '{    "organizationId": "string"  }'
{  "enqueued": true}

How is this guide?