---
title: "POST /vendorRisks"
method: POST
path: "/vendorRisks"
tags: ["vendorRisks"]
---

# POST /vendorRisks

`POST /vendorRisks`

## Request body

- object
  - `project_id` integer
  - `vendor_name` string
  - `risk_name` string
  - `owner` string
  - `risk_level` 'No risk' | 'Low risk' | 'Medium risk' | 'High risk' | 'Very high risk'
  - `review_date` string, date-time

## Response `201`

new created vendor risk

## Other responses

- `500` — internal server error
- `503` — internal server error

## Changes

- **2025-01-22** `ed48b7196725` — 1 breaking, 9 warning, 15 info
  - the `risk_level` request property type changed from `string` to no type
  - removed the request property `action_owner`
  - removed the request property `action_plan`
  - removed the request property `impact_description`
  - …21 more

[Change history](https://skmtc.dev/verifywise-ai/apis/verifywise-api/changes/vendorRisks/post.md)

---

[API](https://skmtc.dev/verifywise-ai/apis/verifywise-api.md) · [All operations](https://skmtc.dev/verifywise-ai/apis/verifywise-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/verifywise-ai/verifywise-api/revisions/8f39d60f160a/schema)
