curl --request POST \
--url http://localhost:3333/v1/findings \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"type": "soc2",
"content": "<string>",
"taskId": "<string>",
"evidenceSubmissionId": "<string>",
"evidenceFormType": "board-meeting",
"policyId": "<string>",
"vendorId": "<string>",
"riskId": "<string>",
"memberId": "<string>",
"deviceId": "<string>",
"area": "people",
"severity": "medium",
"templateId": "<string>"
}
'curl --request POST \
--url http://localhost:3333/v1/findings \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"type": "soc2",
"content": "<string>",
"taskId": "<string>",
"evidenceSubmissionId": "<string>",
"evidenceFormType": "board-meeting",
"policyId": "<string>",
"vendorId": "<string>",
"riskId": "<string>",
"memberId": "<string>",
"deviceId": "<string>",
"area": "people",
"severity": "medium",
"templateId": "<string>"
}
'API key for authentication
Type of finding (SOC 2 or ISO 27001)
soc2, iso27001 Finding content/message
5000Task ID
Evidence submission ID
Evidence form type
board-meeting, it-leadership-meeting, risk-committee-meeting, meeting, access-request, whistleblower-report, penetration-test, rbac-matrix, infrastructure-inventory, employee-performance-evaluation, network-diagram, tabletop-exercise Policy ID
Vendor ID
Risk ID
Member ID (person this finding targets)
Device ID
Broad area when the finding is not tied to a specific item
people, documents, compliance, risks, vendors, policies, other Severity
low, medium, high, critical Finding template ID
Was this page helpful?