Sign in

Read topic data

documented

Access data for a topic by id or urlName.

GET /api/1/topicTopicsno 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/topic?id={{topic_id}}&urlName={{topic_urlName}}&curated={{curated}}&page={{page}}&limit={{limit}}" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json" \
  -H "Accept-Encoding: gzip, deflate"