Sign in

Read suggestions

documented

Get the list of suggestions associated with a suggestion engine.

GET /api/1/sugsSuggestionsno 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://www.scoop.it/api/1/sugs?id={{$engine_id}}&savedSearchId={{$saved_search_id}}&count={{$count}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept-Encoding: gzip,deflate"
Read suggestions · Scoop.it · OpenIntegrations