---
title: "Create new category"
method: POST
path: "/categories"
tags: ["Categories"]
---

# Create new category

`POST /categories`

## Query parameters

- `skipWebhook` boolean

## Headers

- `x-organization-id` integer

## Request body

- object
  - `label` string, required — Label used when displaying the category.
  - `description` string — Description field for additional information.

## Response `201`

Successfully created category

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

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