Skip to main content
POST
/
v1
/
isms
/
ensure-setup
Ensure ISMS foundational documents exist
curl --request POST \
  --url https://api.trycomp.ai/v1/isms/ensure-setup \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "frameworkId": "frk_abc123def456"
}
'

Authorizations

X-API-Key
string
header
required

API key for authentication

Body

application/json
frameworkId
string
required

ID of the framework to scope the ISMS setup to

Example:

"frk_abc123def456"

Response

200

Setup ensured