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.
Example response
{
"feed_url": "https://api.greynoise.io/v3/articles/rss/uJ8x9...redacted",
"public_feed_url": "https://api.greynoise.io/v3/articles/rss"
}