/bff/rss-feed/add
Adds an RSS feed URL. If the URL already exists in the shared feed table, only a relation to the organisation is created. Otherwise a new feed record is inserted first.
RSS FeedpostBffRss-feedAdd
Parameters
1 body
Body · 1
urlstringRequiredRSS feed URL to add.
Request
POST /bff/rss-feed/add
curl -X POST "https://api.bizkithub.com/bff/rss-feed/add" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"url": "https://example.com/rss.xml"
}'Response
JSON payload
{
"success": false,
"feedId": "example_feedId",
"created": false
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.