v1

latestOpenAPI 3.0.0Proprietary2026-07-244990150.4 KB
Threat Briefs

Generate RSS Feed URL

Rotates the calling workspace's private RSS feed URL: issues a new URL and invalidates the previous one. Use this to revoke a leaked feed URL. Requires an entitlement granting access beyond the public community category.

post/v3/articles/rss-token

Response

The workspace's RSS feed URLs.

feed_urlstring

The workspace's private RSS feed URL. Treat this URL as a secret; anyone with it can read the workspace's entitlement-filtered feed.

public_feed_urlstring

The public community RSS feed URL.

Example response

{
  "feed_url": "https://api.greynoise.io/v3/articles/rss/uJ8x9...redacted",
  "public_feed_url": "https://api.greynoise.io/v3/articles/rss"
}