Skip to main content
POST
/
v1
/
isms
/
documents
/
{id}
/
submit-for-approval
Submit an ISMS document for approval
curl --request POST \
  --url https://api.trycomp.ai/v1/isms/documents/{id}/submit-for-approval \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "approverId": "mem_abc123def456"
}
'

Authorizations

X-API-Key
string
header
required

API key for authentication

Path Parameters

id
string
required

Body

application/json
approverId
string
required

Member ID of the approver to submit the ISMS to

Example:

"mem_abc123def456"

Response

200

Document submitted for approval