Summary
You can restrict access to your RSS feed by enabling the private RSS option in your API & RSS settings. This generates a unique authentication token that must be included in the RSS URL, preventing unauthorized access to your feed.
Private RSS feeds are great for private pages and public pages where subscription options should be restricted to Email and Slack.
β οΈ Note: Anyone with access to the full URL including the token will have access to the content of the feed.
Steps
Navigate to Settings β API & RSS in your LaunchNotes workspace
Toggle on Make it private
Copy the updated URL that now includes your authentication token
Share this complete URL (including the token) only with authorized subscribers
To customize a private feed for specific categories or roadmap items:
Create a custom view on your published page with the categories or items you want to include
Copy the URL parameters from that custom view (everything after the
?in the URL)Combine three parts in this exact order:
Your feed URL:
https://yourpage.launchnotes.com/feed.rssYour private token:
?token=YOUR_TOKEN_HERECategory parameters:
&categories=cat_ABC123,cat_XYZ789&view=complete
Example of a complete private, filtered RSS URL:
https://updates.launchnotes.com/feed.rss?token=23hiuf33i4hHR$i3fhfUERHIUhebf34f3f8uoiwh&categories=cat_E9sq1rHZsOeAo,cat_t6don67r9qZht&view=complete
Notes & important info
Important: Anyone with the complete URL including the token can access your feed content. Only share the full URL with authorized subscribers.
Private RSS feeds are ideal for private pages or public pages where you want to limit subscription options to email and Slack only.
Note: You must be a workspace admin to enable or disable private RSS feeds.
If you need to revoke access, you can generate a new token in the same settings page. This will replace the original token and immediately cut off access for anyone using the old URL.
Troubleshooting
If the RSS feed isn't loading, verify that the complete URL including the token is being used
Confirm you're copying the entire token value without any spaces or missing characters
If you've recently regenerated your token, update all locations where the RSS URL is shared with the new URL
