Sign in

Mark announcements as read

documented

Accepts a list of announcement fullnames and marks them read.

POST /api/announcements/v1/readNotificationsno 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://oauth.reddit.com/api/announcements/v1/read" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "User-Agent: keychains-reddit-api/1.0" \
  -H "X-Reddit-Api-Key: {{REDDIT_API_KEY}}" \
  -H "X-Reddit-Secret: {{REDDIT_SECRET}}" \
  -d '{\"ids\": \"{{$ids}}\"}'
Mark announcements as read · Reddit · OpenIntegrations