v1

latestOpenAPI 3.0.02026-07-2464438356.8 KB
Compliance

Create a compliance review

Creates a compliance review for organization onboarding submissions.

post/api/compliance/{organizationId}/reviews

Path parameters

organizationIdstring uuid required

Headers

idempotency-keystring uuid

Optional UUID to safely retry requests without creating duplicate operations. Subsequent requests with the same key and identical body return the original cached response with an idempotency-replayed: true response header. Keys expire after 24 hours.

Request body

OR

Example request

{
  "tier": "LIGHT",
  "type": "individual"
}

Response

Compliance review created.

OR

Example response

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