Skip to main content
POST
/
assessments
Create a risk assessment
curl --request POST \
  --url https://api.gominerva.com/risk-assessments/v2/assessments \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "title": "Northstar Holdings KYB onboarding review",
  "description": "<string>",
  "purpose": "KYB onboarding",
  "workflow_id": "<string>",
  "subjects": [
    {}
  ],
  "context": {},
  "uploads": [
    {}
  ],
  "metadata": {}
}
'
{
  "status": 200,
  "msg": "OK",
  "result": {}
}

Authorizations

Authorization
string
header
required

Use the format Api-Key YOUR_API_KEY.

Body

application/json
title
string
required
Example:

"Northstar Holdings KYB onboarding review"

description
string
purpose
string
Example:

"KYB onboarding"

workflow_id
string
subjects
object[]
context
object
uploads
object[]
metadata
object

Response

Created

status
integer
required
Example:

200

msg
string
required
Example:

"OK"

result
object
required