Parameters
No parameters required
This endpoint takes no path, query, header or body parameters.
Powers the activity dashboard above the /post DataGrid. Returns a 30-day tail with three parallel per-day series (reads / posts published / comments received), 30-day medians for each metric ("typical day this month" baseline rendered as a dashed reference line on the chart), best-day markers, Pearson correlations between every pair (feeds the click-through correlation modal), plus the legacy 7d trend chips (views + posts) and the all-time cumulative KPIs. Daily reads are per-post view deltas, not the cumulative counter, so the chart honestly shows "was today better than yesterday?" rather than a monotonic climb.
No parameters required
This endpoint takes no path, query, header or body parameters.
1 status code documented
This response returns no JSON body.
{
"success": true
}GET /bff/post/statistics
curl -X GET "https://api.bizkithub.com/bff/post/statistics" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"All BizKitHub public API endpoints require authentication via API key.