/bff/analytics/category-list
Returns analytics categories with reports the caller has permission to read. Empty categories are pruned.
AnalyticsgetBffAnalyticsCategory-list
No parameters
This endpoint takes no path, query, header or body parameters.
Request
GET /bff/analytics/category-list
curl -X GET "https://api.bizkithub.com/bff/analytics/category-list" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"Response
JSON payload
{
"items": [
{
"id": "example_id",
"title": "example_title",
"description": "example_description",
"color": "example_color",
"bgColor": "example_bgColor",
"analytics": [
{
"slug": "example_slug",
"name": "example_name",
"description": "example_description",
"popular": false
}
]
}
]
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.