/bff/calendar/calendar-analytics-lost-revenue-capacity
Estimates how much money was potentially lost because events were sold out. Uses average revenue per attendee and assumes at least 1 additional person wanted to book for each sold-out event.
Calendar AnalyticsgetBffCalendarCalendar-analytics-lost-revenue-capacity
Parameters
1 query
Query · 1
codestringRequiredCalendar code identifier.
Request
GET /bff/calendar/calendar-analytics-lost-revenue-capacity
curl -X GET "https://api.bizkithub.com/bff/calendar/calendar-analytics-lost-revenue-capacity?code=example_code" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"Response
JSON payload
{
"soldOutEvents": 0,
"totalEventsAnalyzed": 0,
"soldOutRate": 0,
"avgRevenuePerAttendee": 0,
"estimatedLostRevenue": 0,
"estimatedLostAttendees": 0
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.