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

# Get RSS Feed URL

`GET /v3/articles/rss-token`

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.

## 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)
