Tags
Create a tag
Create a new tag
Request
- Method: POST
- URL:
https://app.socialk.it/core/api/<workspaceUuid>/tags - Authorization:
Bearer <token>
Body
{
"name": "motivation",
"hex_color": "#60a5fa"
}| Key | Type | Required | Description |
|---|---|---|---|
name | string | Yes | The name of the tag |
hex_color | string | No | The color of the tag (hex format) |
Response
{
"id": 3,
"uuid": "6059e1b3-e102-4be5-951b-82698abd9ee3",
"name": "Motivation",
"hex_color": "#000000"
}