---
title: "Vendor decision created"
method: POST
path: "/v1.vendor.decision.created"
tags: ["Vendor"]
---

# Vendor decision created

`POST /v1.vendor.decision.created`

A new vendor decision has been created.

## Request body

- object
  - `vendor` object, required
    - `id` string, required — The vendor ID.
    - `decision` object, required
      - `status` 'APPROVED' | 'CONDITIONALLY_APPROVED' | 'NOT_APPROVED', required — The vendor decision status.
      - `lastUpdatedAt` string, date-time, required — When the decision was last updated (ISO 8601).
      - `comments` string — Optional comments on the decision.

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