Skip to main content
POST
/
v1
/
isms
/
documents
/
{id}
/
controls
Map organization controls to an ISMS document
curl --request POST \
  --url https://api.trycomp.ai/v1/isms/documents/{id}/controls \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "controlIds": [
    "ctl_abc123def456",
    "ctl_ghi789jkl012"
  ]
}
'

Authorizations

X-API-Key
string
header
required

API key for authentication

Path Parameters

id
string
required

Body

application/json
controlIds
string[]
required

IDs of the controls to link to the ISMS document

Example:
["ctl_abc123def456", "ctl_ghi789jkl012"]

Response

200

Controls linked