Skip to main content
POST
/
v1
/
isms
/
documents
/
{id}
/
interested-parties
Create a manual interested party
curl --request POST \
  --url https://api.trycomp.ai/v1/isms/documents/{id}/interested-parties \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{}'

Authorizations

X-API-Key
string
header
required

API key for authentication

Path Parameters

id
string
required

Body

application/json

The body is of type object.

Response

200

Interested party created