Skip to main content

The label object

Labels are created in boards. They are used to organize the cards in your board.

Attributes

color
string
Color of the label, in hexadecimal format (e.g., #FF00FF).
created_at
string
Time at which the label was created.
id
string
Unique identifier for the label.
title
nullable string
Title of the label.
updated_at
string
Time at which the label was last updated.
The label object
{
"id": "lbl_5b521cf4562a5ba739fc72a8",
"color": "#f9d0d9",
"title": null,
"createdAt": "2025-06-16T11:25:31+00:00",
"updatedAt": "2025-06-16T11:25:31+00:00"
}