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"
}

Changes

Changed in 4 of the 56 revisions of this API.13