DocsAPI ReferenceRss Feed/bff/rss-feed/sync
postRss FeedAdmin BFF

/bff/rss-feed/sync

Fetches the latest content from RSS feed URLs. If feedId is provided, only that feed is synced. Otherwise all active feeds for the organisation are synced. Content is cached locally and compared by hash to avoid unnecessary updates.

RSS FeedpostBffRss-feedSync

Parameters

1 body

1 total
Body · 1
feedIdstring

Feed external ID to sync. If omitted, all active feeds for the organisation are synced.

Request

POST /bff/rss-feed/sync

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

Response

JSON payload

{
  "success": false,
  "results": [
    {
      "feedId": "example_feedId",
      "updated": false,
      "error": "example_error"
    }
  ]
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key