v1

latestOpenAPI 3.0.1Vanta Terms of Service2026-07-26327517821.8 KB
Vendors

Add a vendor finding

Add vendor finding.

post/vendors/{vendorId}/findings

Path parameters

vendorIdstring required

Request body

contentstring required

The content of the finding.

riskStatus'ACCEPT' | 'REMEDIATE' | 'NONE' required

The status of the finding:

  • ACCEPT: The finding and its risk has been accepted and no follow up is required.
  • REMEDIATE: The finding needs to be remediated in some way.
  • NONE: The finding is not related to an observed risk that needs to be accepted or remediated.
securityReviewIdstring

Unique identifier for a security review.

documentIdstring

Unique identifier for a document.

Response

Ok

idstring required

Unique identifier for the finding.

vendorIdstring required

Unique identifier for the vendor.

securityReviewIdstring nullable required

Unique identifier for a security review.

documentIdstring nullable required

Unique identifier for a document.

contentstring required

The content of the finding.

riskStatus'ACCEPT' | 'REMEDIATE' | 'NONE' required

The status of the finding:

  • ACCEPT: The finding and its risk has been accepted and no follow up is required.
  • REMEDIATE: The finding needs to be remediated in some way.
  • NONE: The finding is not related to an observed risk that needs to be accepted or remediated.