DocsAPI ReferenceRss Feed/bff/rss-feed/list
getRss FeedAdmin BFF

/bff/rss-feed/list

Returns all RSS feeds linked to the authenticated organisation.

RSS FeedgetBffRss-feedList

No parameters

This endpoint takes no path, query, header or body parameters.

Request

GET /bff/rss-feed/list

get
curl -X GET "https://api.bizkithub.com/bff/rss-feed/list" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY"

Response

JSON payload

{
  "items": [
    {
      "id": "example_id",
      "url": "example_url",
      "title": "example_title",
      "description": "example_description",
      "active": false,
      "lastFetchHttpCode": 0,
      "postCount": 0,
      "newsroomShortlistCountToday": 0
    }
  ],
  "itemCount": 0
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key