List highlights for bookmark
documentedList highlights for a specific bookmark.
POST /api/1.1/bookmarks/{bookmark_id}/highlightsBookmarksno implementation yet0 runsNo 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://www.instapaper.com/api/1.1/bookmarks/{{$bookmark_id}}/highlights" -X POST -H "Authorization: OAuth oauth_consumer_key=\"{{INSTAPAPER_API_KEY}}\", oauth_token=\"{{OAUTH2_ACCESS_TOKEN}}\", oauth_signature_method=\"HMAC-SHA1\", oauth_timestamp=\"{{$timestamp}}\", oauth_nonce=\"{{$nonce}}\", oauth_signature=\"{{$signature}}\"" -H "Content-Type: application/x-www-form-urlencoded" -H "Accept: application/json" -d ""