v1

latestOpenAPI 3.0.0Proprietary - Commercial Use Only2026-08-06172139621.6 KB
Assessment

Get Supported Assessment Frameworks

Returns a list of all frameworks available in the tenant that can be added to assessments

get/api/v2/companies/assessments/frameworks

Response

List of supported assessment frameworks

FrameworkNamestring required

Framework name. Unique for every framework type.

FrameworkFullNamestring required

Framework full name.

FrameworkType'Global' | 'Industry' | 'Enterprise' required

Framework standard type.

Example response

[
  {
    "FrameworkName": "SOC2",
    "FrameworkFullName": "Service Organization Control 2",
    "FrameworkType": "Global"
  }
]