---
title: "Create a new vendor"
method: POST
path: "/vendors"
tags: ["Vendors"]
---

# Create a new vendor

`POST /vendors`

## Request body

- VendorCreate
  - `name` string, required
  - `email` string, email, required
  - `website` string

## Response `201`

Vendor created successfully

- ApiResponse
  - `message` string — Response status message
  - `data` unknown

## Changes

- **2025-09-11** `cfa9ae933c17` — 2 breaking, 18 warning, 4 info
  - added the new required request property `email`
  - added the new required request property `name`
  - removed the request property `actionOwner`
  - removed the request property `actionPlan`
  - …20 more
- **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/cfa9ae933c17/schema)
