---
title: "Create new asset custom status type"
method: POST
path: "/assetcustomstatuses"
tags: ["Asset Custom Statuses"]
---

# Create new asset custom status type

`POST /assetcustomstatuses`

## Query parameters

- `skipWebhook` boolean

## Headers

- `x-organization-id` integer

## Request body

- object
  - `label` string, required
  - `baseAssetStatus` 'IGNORE' | 'OFFLINE' | 'ONLINE', required

## Response `201`

Successfully created asset custom status

- object
  - `id` number, required

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