v56

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-014121451.1 MB
Integrations

Reconnect checks to a task

Reconnect checks to a task in Comp AI. Connect vendor systems, configure OAuth apps, run compliance checks, sync employees, manage variables, and collect automated evidence.

post/v1/integrations/tasks/{taskId}/checks/reconnect

Path parameters

taskIdstring required

Request body

organizationIdstring

Auto-resolved from your API key / session. You can omit this; it is ignored by the server.

connectionIdstring required

ID of the integration connection whose check is being disconnected from / reconnected to this task.

checkIdstring required

ID of the integration check being toggled.

Example request

{
  "connectionId": "conn_abc123",
  "checkId": "aws-s3-bucket-public-access"
}