---
title: "Add Label Definition"
method: POST
path: "/api/v3.0/orgs/{orgUuid}/labels"
tags: ["Administration - Labels"]
---

# Add Label Definition

`POST /api/v3.0/orgs/{orgUuid}/labels`

Adds a new label definition

## Path parameters

- `orgUuid` string, required

## Request body

- OrganizationLabelRequestDTO
  - `namespace` string, required
  - `value` string, required

## Response `200`

OK

- DWRResponseV3MessageDTO
  - `supportToken` string
  - `response` MessageDTO
    - `message` string

## Other responses

- `400` — Bad Request
- `403` — Forbidden

---

[API](https://skmtc.net/mend/apis/mend-api.md) · [All operations](https://skmtc.net/mend/apis/mend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mend/mend-api/versions/849dfb157abc/schema)
