Endpoint
Authentication
Requires authentication via API token or session cookie.Rate limiting
1 request per secondRequest body
Tag name (trimmed of whitespace)
Hex color code (3 or 6 digits). Must match pattern
#[0-9A-Fa-f]{3,6}Examples: #f00, #ff0000, #3b82f6Response
Returns the created tag object.Unique identifier for the tag
Tag name
Hex color code for the tag
ID of the user who owns this tag
ISO 8601 timestamp of when the tag was created
ISO 8601 timestamp of when the tag was last updated
Example
Response
Errors
Cannot create tag with the same name - A tag with this name already exists for your account
Unauthorized - Invalid or missing authentication token
Rate limit exceeded - Too many requests (max 1/second)