Sign in

List all bookmarks

documented

Returns all bookmarks in the user's account.

GET /v1/posts/allPostsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.pinboard.in/v1/posts/all?auth_token={{PINBOARD_API_KEY}}&format=json&tag={{$tag}}&fromdt={{$fromdt}}&todt={{$todt}}&dt={{$dt}}&limit={{$limit}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"