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

# POST /vendors

`POST /vendors`

## Request body

- object
  - `project_id` integer
  - `vendor_name` string
  - `assignee` string
  - `vendor_provides` string
  - `website` string
  - `vendor_contact_person` string
  - `review_result` string
  - `review_status` string
  - `reviewer` string
  - `risk_status` 'Active' | 'Under review' | 'Not active'
  - `review_date` string, date-time
  - `risk_description` string
  - `impact_description` string
  - `impact` integer
  - `probability` number
  - `action_owner` string
  - `action_plan` string
  - `risk_severity` integer
  - `risk_level` 'Very high risk' | 'High risk' | 'Medium risk' | 'Low risk' | 'Very low risk'
  - `likelihood` number

## Response `201`

new created vendor

## Other responses

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

## Changes

- **2025-01-22** `ed48b7196725` — 6 breaking, 8 warning, 24 info
  - removed the enum value `In review` of the request property `review_status`
  - removed the enum value `Not started` of the request property `review_status`
  - removed the enum value `Requires follow-up` of the request property `review_status`
  - removed the enum value `Reviewed` of the request property `review_status`
  - …34 more

[Change history](https://skmtc.dev/verifywise-ai/apis/verifywise-api/changes/vendors/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/ed48b7196725/schema)
