GET
/
v1
/
compliance-frameworks
curl
curl -X GET "https://dev-partner-api.sannos.ai/v1/compliance-frameworks" \
  -H "X-API-Key: $EVE_COMPANY_KEY"
{
  "frameworks": [
    {
      "id": "<string>",
      "name": "<string>",
      "description": "<string>",
      "frameworkType": "<string>",
      "controls": [
        {
          "id": "<string>",
          "name": "<string>",
          "version": "<string>"
        }
      ]
    }
  ]
}

Authorizations

X-API-Key
string
header
required

API Key provided by Eve Admin Portal. Include this header in all authenticated requests.

Response

frameworks
object[]