Tags

GET /api/tags

Public. Returns every tag name currently in use, sorted alphabetically.

1
["docs", "jekyll", "reference"]

There is no dedicated write endpoint for tags — they are created implicitly when referenced by a bookmark’s tags array (see Bookmarks). Tags are not garbage-collected when the last bookmark referencing them is deleted or updated; an unreferenced tag simply stops appearing in any bookmark’s tags array but still shows up in this list.