DocsAPI ReferenceRss Feed/bff/rss-feed/set-active
postRss FeedAdmin BFF

/bff/rss-feed/set-active

Toggles the active flag on the link between the organisation and the feed. Inactive feeds are excluded from sync, AI enrichment, the Newsroom shortlist, and any AI-driven overview or article-writing logic. The flag is per-organisation and does not affect the global feed.

RSS FeedpostBffRss-feedSet-active

Parameters

2 body

2 total
Body · 2
feedIdstringRequired

Feed external ID.

activebooleanRequired

Whether the feed should be active for this organisation.

Request

POST /bff/rss-feed/set-active

post
curl -X POST "https://api.bizkithub.com/bff/rss-feed/set-active" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
  "feedId": "a1b2c3d4",
  "active": false
}'

Response

JSON payload

{
  "success": false,
  "feedId": "example_feedId",
  "active": false
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key