tag-example.json
Tag Object
Unique identifier for the tag
Name of the tag
Color of the tag in hex format (e.g., #FF5733)
ISO8601 timestamp when the tag was created
Data structure for tags in the Caret API
{
"id": "01887270-89ab-7da0-c95d-9a9e9ebc9h23",
"name": "Sales",
"color": "#FF5733",
"createdAt": "2023-02-15T10:30:00Z"
}