/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
Body · 1
feedIdstringFeed external ID to sync. If omitted, all active feeds for the organisation are synced.
Request
POST /bff/rss-feed/sync
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.