v1

latestOpenAPI 3.0.02026-07-2464438356.8 KB
Sandbox

Simulate a compliance review state transition for a child organization

Drives a child organization's compliance review to a chosen lifecycle state, producing the same DB writes and compliance_review.status_changed webhook the real transition would. Sandbox only.

post/api/sandbox/simulate/complianceReview/{organizationId}/{complianceReviewId}/transition

Path parameters

organizationIdstring uuid required

The child organization that owns the review.

complianceReviewIdstring uuid required

The compliance review to transition.

Request body

Response

The updated compliance review.

OR

Example response

{
  "tier": "LIGHT",
  "status": {
    "submittedAt": "2026-02-24T12:00:00.000Z"
  },
  "createdAt": "2026-02-24T12:00:00.000Z",
  "uploadedAttestations": []
}