/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
Body · 2
feedIdstringRequiredFeed external ID.
activebooleanRequiredWhether the feed should be active for this organisation.
Request
POST /bff/rss-feed/set-active
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.