v1

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

Create a comment for an information request

Creates a new comment for an information request. The comment author must be an auditor in the audit firm making the request. The comment will be associated with the information request and visible to all authorized users.

Rate limit: 50 requests / minute.

post/audits/{auditId}/information-requests/{requestId}/comments

Path parameters

auditIdstring required
requestIdstring required

Request body

textstring required

The text content of the comment. Must be at least 1 character. Can include questions, clarifications, or explanations related to the information request.

emailstring required

Email address of the comment author. Must match an existing Vanta user who belongs to the audit firm making the API request. This email uniquely identifies the author across systems.

creationDatestring date-time required

Timestamp when the comment was created in the external audit management system. This allows synchronizing comment timestamps from external systems. Format: ISO 8601 UTC timestamp.

Response

Ok

idstring required

The unique identifier for the comment within Vanta's system. Format: ObjectId as a string (e.g., "6890e473dce1da5d8406f5e7").

textstring required

The comment message content. Can include explanations, questions, or clarifications about the information request.

creationDatestring date-time required

Timestamp when the comment was created. Format: ISO 8601 UTC timestamp.

modificationDatestring date-time nullable required

Timestamp when the comment was last edited. Null if the comment has never been modified. Format: ISO 8601 UTC timestamp.

deletionDatestring date-time nullable required

Timestamp when the comment was soft-deleted. Null if the comment has not been deleted. Soft deletes retain the comment for audit history while hiding it from normal operations. Format: ISO 8601 UTC timestamp.

emailstring nullable required

Email address of the comment author. This email uniquely identifies users between Vanta and external audit systems. Null when the comment author can't be matched to a Vanta user.

authorNamestring nullable required

Human-readable display name of the comment author. Null if the author's name is not available (e.g., user was deleted). This enables correct author attribution in integrations where users cannot be reliably matched across systems by email alone.