/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
Query · 1
feedIdstringRequiredFeed external ID to list posts for.
Request
GET /bff/rss-feed/post-list
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.