Skip to Content
GuidesAPI Reference
Tags

Tags

Tags let you organize links into groups. Each tag has a name and a color. Links can have multiple tags attached.

The Tag Object

{ "id": "tag_abc123", "name": "summer", "color": "#3b82f6", "createdAt": "2024-06-01T10:00:00.000Z", "_count": { "links": 42 } }

Fields

FieldTypeDescription
idstringUnique identifier for the tag
namestringTag label (letters, numbers, spaces, hyphens, underscores)
colorstringHex color code, e.g. #3b82f6
createdAtstringISO 8601 timestamp
_count.linksnumberNumber of links currently using this tag
Last updated on