v56

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

Run integration checks

Run all compliance checks for an integration connection and capture results as automated evidence.

post/v1/integrations/checks/connections/{connectionId}/run

Path parameters

connectionIdstring required

Request body

organizationIdstring

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

checkIdstring

Specific check ID to run. Omit to run ALL available checks for the connection (matches the provider manifest).

Example request

{
  "checkId": "aws-s3-bucket-public-access"
}