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

/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

1 total
Body · 1
urlstringRequired

RSS feed URL to add.

Request

POST /bff/rss-feed/add

post
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.

Get API Key