POST
/
api
/
v1
/
organizations
/
{organizationid}
/
security-frameworks
/
{frameworkid}
curl --request POST \
  --url https://app.aegister.com/api/v1/organizations/{organizationid}/security-frameworks/{frameworkid} \
  --header 'X-Aegister-Token: <api-key>'
{
  "error": 0,
  "messages": [],
  "security_framework": 123
}

Authorizations

X-Aegister-Token
string
header
required

Path Parameters

frameworkid
integer
required
organizationid
integer
required

Response

201
application/json

The response is of type object.