cURL
Compliance Frameworks
Get v1compliance frameworks
List all published compliance frameworks with their controls.
Returns all published compliance frameworks, each with its published controls nested inside.
Use the returned framework ID as complianceFrameworkId and control ID as controlId
when submitting documents with a businessEntityId.
Authentication: Required (X-API-Key header)
Response includes:
frameworks- Array of published compliance frameworksid- Framework unique identifier (ULID format). Use ascomplianceFrameworkIdwhen submitting documentsname- Framework display namedescription- Framework description (may be null)frameworkType- Framework category (e.g., “ISO 27001”, “SOC report”, “GDPR”)controls- Array of published controls for this frameworkid- Control unique identifier (ULID format). Use ascontrolIdwhen submitting documentsname- Control display nameversion- Control version (may be null)
Use Cases:
- Discover available frameworks and controls in a single call before document submission
- Populate framework/control selection dropdowns in partner UI
- Map partner’s compliance needs to available frameworks
GET
cURL