Back to Reddit
TikHub·Reddit
Reddit APP: Fetch Reddit APP Subreddit Settings
/api/v1/reddit/app/fetch_subreddit_settingssync$0.0015 / callFetch settings information of a specified Reddit APP subreddit, including posting rules, flair settings, moderation settings, and other configurations (TikHub · Reddit APP)
Input
| Field | Type | Required | Description |
|---|---|---|---|
| language | string | — | Preferred response language as an IETF language tag; default: en-US (default "en-US") |
| subreddit_id | string | yes | Subreddit ID |
| need_format | boolean | — | Whether to clean and format the data (default false) |
Run it
curl -s https://www.sooma.dev/v1/run \
-H "Authorization: Bearer $SOOMA_API_KEY" \
-H "Content-Type: application/json" \
-d '{"provider":"tikhub","endpoint":"/api/v1/reddit/app/fetch_subreddit_settings","input":{}}'
Or ask your agent: it will call inspect for this schema and run it over MCP.