---
title: "Information request comment created"
method: POST
path: "/v1.information-request.comment.created"
tags: ["Information Request"]
---

# Information request comment created

`POST /v1.information-request.comment.created`

Fires when a comment is created on an information request. Fires once per comment.

The payload contains only identifiers; fetch the comment body from the information request comments endpoint (`GET /v1/audits/{auditId}/information-requests/{requestId}/comments`).

## Request body

- object
  - `informationRequest` object, required
    - `id` string, required — The unique identifier of the information request.
    - `auditId` string, required — The unique identifier of the audit the information request belongs to.
  - `comment` object, required
    - `id` string, required — The unique identifier of the comment.

## Response `200`

Return any 2xx status within 15 seconds to acknowledge receipt.

---

[API](https://skmtc.net/vanta/apis/build-integrations.md) · [All operations](https://skmtc.net/vanta/apis/build-integrations/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vanta/build-integrations/revisions/6c1f7590538b/schema)
