GET
/
v1
/
compliance-reviews
curl
curl -X GET "https://dev-partner-api.sannos.ai/v1/compliance-reviews" \
  -H "X-API-Key: $EVE_COMPANY_KEY"
{
  "reviews": [
    {
      "id": "<string>",
      "name": "<string>",
      "scope": "<string>",
      "businessEntityId": "<string>",
      "companyId": "<string>",
      "reviewDate": "2023-11-07T05:31:56Z",
      "createdAt": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

X-API-Key
string
header
required

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

Response

reviews
object[]