v1

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

Get the list of standards defined for the customer.

Get the list of standards defined for the customer.

get/api/v2/compliance/standards

Response

Success

Standardstring

The name of the standard.

Descriptionstring

The description of this standard.

Typestring

The type of the standard. For now, a compliance standard is one of three types; Global, Industry and Custom/Enterprise. Most of the accepted and well-known standards fall into the Global category.

Example response

[
  {
    "Standard": "NIST 800-53 R5",
    "Description": "NIST Special Publication ...",
    "Type": "Global"
  }
]