---
title: "Create new manufacturer"
method: POST
path: "/manufacturers"
tags: ["Manufacturers"]
---

# Create new manufacturer

`POST /manufacturers`

## Query parameters

- `skipWebhook` boolean

## Headers

- `x-organization-id` integer

## Request body

- object
  - `name` string, required — Manufacturer name.

## Response `201`

Successfully created manufacturer

- object
  - `id` integer, required — Unique ID of the manufacturer.

## Other responses

- `400` — OrganizationId was not provided
- `401` — Invalid token
- `403` — Manufacturer REST API creation is currently disabled
- `500` — Internal server error.

---

[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)
