Sign in

List subreddits moderated by the user

documented

List subreddits where the user is a moderator.

GET /subreddits/mine/moderatorSubredditsno 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/subreddits/mine/moderator?after={{$after}}&before={{$before}}&limit={{$limit}}&count={{$count}}&show={{$show}}&sr_detail={{$sr_detail}}" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "User-Agent: {{REDDIT_USER_AGENT}}" \
  -H "Accept: application/json"