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

# Create new vendor

`POST /vendors`

## Query parameters

- `skipWebhook` boolean

## Headers

- `x-organization-id` integer

## Request body

- object
  - `name` string, required
  - `description` string, nullable
  - `extraFields` object — Custom Fields on the entity. The object keys are the exact Custom Field labels, including spaces or special characters. (ie: "Qualifications")
  - `emails` string[] — List of email address
  - `phoneNumbers` string[] — List of phone number

## Response `201`

Successfully created vendor

- object
  - `id` integer, required — Global ID of the vendor

## Other responses

- `400` — OrganizationId was not provided
- `401` — Invalid token

---

[API](https://skmtc.net/getmaintainx/apis/maintainx-api.md) · [All operations](https://skmtc.net/getmaintainx/apis/maintainx-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getmaintainx/maintainx-api/revisions/ef9153fcac7c/schema)
