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

/bff/rss-feed/post-list

Returns a paginated list of articles discovered from a specific RSS feed. Ordered by published date (newest first). Supports ?page= and ?limit= query params.

RSS FeedgetBffRss-feedPost-list

Parameters

1 query

1 total
Query · 1
feedIdstringRequired

Feed external ID to list posts for.

Request

GET /bff/rss-feed/post-list

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

Response

JSON payload

{
  "items": [
    {
      "id": "example_id",
      "guid": "example_guid",
      "url": "example_url",
      "title": "example_title",
      "description": "example_description",
      "author": "example_author"
    }
  ],
  "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