v1

latestOpenAPI 3.0.0Proprietary2026-07-244990150.4 KB
Threat Briefs

Get RSS Feed URL

Returns the calling workspace's private RSS feed URL, issuing one on first access if the workspace does not have one yet, so feed_url is always populated on success. Requires an entitlement granting access beyond the public community category.

get/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"
}