Integration checksIdStatus
Activate or deactivate an integration check.
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" }'nullHow is this guide?