v1

latestOpenAPI 3.0.0proprietary2026-07-261695971.5 MB
Label

Create a new Label

Creates a new Label in the organization.

post/labels

Request body

namestring safe-string required

Name of the Label. Each Label name must be unique within the organization.
This property is a Safe String allowing email, HTML and URL.

Example request

{
  "name": "Contracts"
}

Response

Created

idstring uuid required

Unique identifier of the Label.

namestring required

Name of the Label.

Example response

{
  "id": "0ef334d2-7f36-4643-8a2a-4283b4a3e4a4",
  "name": "Invoices"
}