Skip to main content
POST
/
v1
/
isms
/
profile
Save (partial) ISMS wizard answers
curl --request POST \
  --url https://api.trycomp.ai/v1/isms/profile \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "frameworkId": "<string>",
  "answers": {}
}
'

Authorizations

X-API-Key
string
header
required

API key for authentication

Body

application/json

Partial ISMS wizard answers (validated at runtime by zod)

frameworkId
string
required
answers
object
required

Deeply-partial wizard answers (any subset of the wizard steps)

complete
boolean

Whether the wizard is being finalized

Response

200

Saved profile