
Actions (15)
Posts · 8
- Add bookmarkGET /v1/posts/add
Adds a bookmark to the user's Pinboard account.
documented - Delete bookmarkGET /v1/posts/delete
Deletes a bookmark matching the provided URL.
documented - Get bookmark(s)GET /v1/posts/get
Returns one or more bookmarks on a single day matching the arguments (by date or URL).
documented - Get last update timeGET /v1/posts/update
Returns the most recent time a bookmark was added, updated or deleted.
documented - List all bookmarksGET /v1/posts/all
Returns all bookmarks in the user's account.
documented - List dates with countsGET /v1/posts/dates
Returns a list of dates with the number of posts on each date.
documented - List recent bookmarksGET /v1/posts/recent
Returns a list of the user's most recent posts, optionally filtered by tag.
documented - Suggest tags for URLGET /v1/posts/suggest
Returns a list of popular and recommended tags for a given URL.
documented