Tags
Link tag management
📄️ Get organization tags
Returns all tags for the authenticated user's organization with usage counts, sorted by count desc then name asc
📄️ Create a new tag
Creates a new tag manually without associating it with a link. Returns the updated tag list.
📄️ Get tag analytics
Returns comprehensive analytics for tags including total counts, top tags, unused tags, and similar tag suggestions for potential merges.
📄️ Merge tags
Merges multiple source tags into a destination tag. All links using source tags are updated to use the destination tag. Returns the number of affected links.
📄️ Delete a tag
Deletes a tag from all links in the authenticated organization. Returns 204 No Content on success
📄️ Update a tag
Updates a tag's name and/or color in the authenticated organization. Returns the updated tag list