devguard
Integration checksIdStatus

Activate or deactivate an integration check.

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

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/status/" \  -H "Content-Type: application/json" \  -d '{    "organizationId": "string",    "status": "ACTIVE"  }'
null

How is this guide?