How can I authorize latest.rss and new.rss for API access on a private forum?

I’ve created a Discourse user for read-only api access that a Discord bot will use to grab latest.rss or new.rss and auto-post a list of topics on the Discord.

I’ve been able to create the API key, trying both “read” and “read lists” scopes. “read lists” allows /latest and /new, but not /latest.rss and /new.rss as shown in this screen capture:

Any idea how I can authorize access to latest.rss and new.rss via API?

Thank you!

Edit: I’m running version 2.7.0.beta7.

3 Likes

There is now a scope for /latest.rss that can be used. There currently isn’t even a route for /new.rss, so I wasn’t able to create a scope for that yet.

1 Like