/bff/calendar/calendar-analytics-revenue-per-event-type
Shows which event types generate the most revenue - critical insight to avoid confusing utilization with profitability. Returns total revenue, event count, and average per event for each type.
Calendar AnalyticsgetBffCalendarCalendar-analytics-revenue-per-event-type
Parameters
1 query
Query · 1
codestringRequiredCalendar code identifier.
Request
GET /bff/calendar/calendar-analytics-revenue-per-event-type
curl -X GET "https://api.bizkithub.com/bff/calendar/calendar-analytics-revenue-per-event-type?code=example_code" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"Response
JSON payload
{
"types": [
{
"typeId": 0,
"typeName": "example_typeName",
"totalRevenue": 0,
"eventCount": 0,
"avgRevenuePerEvent": 0,
"percentage": 0
}
],
"totalRevenue": 0
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.