Assessment
Creates a new assessment for a monitored company.
Creates a new assessment for the specified company.
post/api/v2/companies/{id}/assessments
Path parameters
idinteger required
Example:123
The id of the company for which the assessment will be created.
Request body
Example request
{
"Name": "Vendor Assessment Q3",
"Description": "Quarterly vendor risk assessment.",
"Frameworks": [
"CAIQ"
]
}Response
Assessment created successfully.
Example response
{
"AssessmentId": 456
}