Sign in

Subscribe to subreddit

documented

Subscribe or unsubscribe a user to a subreddit.

POST /api/subscribeSubredditsno 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/subscribe" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "User-Agent: Reddit-Keychains/1.0" \
  -d '{"action": "{{$action}}", "action_source": "{{$action_source}}", "skip_initial_defaults": {{$skip_initial_defaults}}, "sr_name": "{{$sr_name}}"}'
Subscribe to subreddit · Reddit · OpenIntegrations