/bff/rss-feed/detail
Returns full detail of a single RSS feed including post statistics.
RSS FeedgetBffRss-feedDetail
Parameters
1 query
Query · 1
idstringRequiredFeed external ID.
Request
GET /bff/rss-feed/detail
curl -X GET "https://api.bizkithub.com/bff/rss-feed/detail?id=a1b2c3d4" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"Response
JSON payload
{
"id": "example_id",
"url": "example_url",
"title": "example_title",
"description": "example_description",
"active": false,
"lastFetchHttpCode": 0,
"lastFetchHash": "example_lastFetchHash",
"postCount": 0
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.