Skip to main content
POST
/
orgs
/
{orgId}
/
compliance
/
seed
cURL
curl --request POST \
  --url https://api.useanima.sh/v1/orgs/{orgId}/compliance/seed \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "created": 123,
  "existing": 123
}

Authorizations

Authorization
string
header
required

JWT Bearer token obtained from authentication. Pass as: Authorization: Bearer

Path Parameters

orgId
string
required

Organization identifier

Body

application/json

Input for seeding framework controls

framework
enum<string>
required

Framework to seed controls for

Available options:
SOC2,
GDPR,
PCI

Response

200 - application/json

OK

Result of seeding framework controls

created
integer
required

Number of controls created

existing
integer
required

Number of controls already existing