Create a new tag in the workspace
Create a new tag in the workspace.
Name of the tag
Color of the tag in hex format (e.g., #FF5733)
Tag details
Show Tag properties
Unique identifier for the tag
Color of the tag in hex format
ISO8601 timestamp when the tag was created
curl -X POST 'https://api.caret.so/v1/workspace/tags' \ -H 'Authorization: Bearer {api_key}' \ -H 'Content-Type: application/json' \ -d '{ "name": "Marketing", "color": "#9933FF" }'
{ "tag": { "id": "01887270-45ab-7da0-c95d-9a9e9ebc2k89", "name": "Marketing", "color": "#9933FF", "createdAt": "2023-08-22T15:30:00Z" } }