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

# Information request evidence created

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

Fires when a piece of evidence is added to an information request. Fires once per piece of evidence — if several pieces are added in a single action, you receive one event per piece.

These `v1.information-request.evidence.*` events belong to the Information Request experience and are unrelated to the `v1.evidence.*` classic audit evidence events.

## 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.
  - `evidence` object, required
    - `id` string, required — The unique identifier of the evidence.

## 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)
