Sign in

Get secret RSS key

documented

Returns the user's secret RSS key for private feeds.

GET /v1/user/secretUserno 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/user/secret?auth_token={{$auth_token}}&format=json" \
  -X GET \
  -H "Accept: application/json"