---
title: "Generate RSS Feed URL"
method: POST
path: "/v3/articles/rss-token"
tags: ["Threat Briefs"]
---

# Generate RSS Feed URL

`POST /v3/articles/rss-token`

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.

## Response `200`

The workspace's RSS feed URLs.

- RSSFeedResponse
  - `feed_url` string — 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_url` string — The public community RSS feed URL.

## Other responses

- `400` — Bad request - request syntax is invalid for the specified endpoint. Verify request syntax and try again.
- `401` — Unauthorized. Please check your API key.
- `403` — Forbidden - request is not authorized due to an invalid API key or plan limitations. If due to plan limitations, contact sales@greynoise.io to upgrade your plan and unlock full results.
- `429` — Too many requests. You've hit the rate-limit.
- `500` — Unexpected error

---

[API](https://skmtc.dev/greynoise/apis/greynoise-api.md) · [All operations](https://skmtc.dev/greynoise/apis/greynoise-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/greynoise/greynoise-api/revisions/30942574656d/schema)
