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

# POST /vendors

`POST /vendors`

## Request body

- object
  - `projectId` integer
  - `vendorName` string
  - `assignee` string
  - `vendorProvides` string
  - `website` string
  - `vendorContactPerson` string
  - `reviewResult` string
  - `reviewStatus` string
  - `reviewer` string
  - `reviewDate` string, date-time
  - `riskDescription` string
  - `impactDescription` string
  - `impact` integer
  - `probability` number
  - `actionOwner` string
  - `actionPlan` string
  - `riskSeverity` integer
  - `riskLevel` '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-07-24** `550d1cb0d011` — 1 warning
  - removed the request property `riskStatus`
- **2025-01-22** `2d06a8c7f206` — 14 warning, 14 info
  - removed the request property `action_owner`
  - removed the request property `action_plan`
  - removed the request property `impact_description`
  - removed the request property `project_id`
  - …24 more
- **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/8f39d60f160a/schema)
