BizKitHub
DocsAPI ReferenceCalendar Analytics/bff/calendar/calendar-analytics-lost-revenue-capacity
getCalendar AnalyticsAdmin BFF

/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 parameters

· 1
codestringRequired

Calendar code identifier.

Exampleexample_code

Response schema

1 status code documented

200Success
soldOutEventsnumberRequired

Number of events where product was sold out.

totalEventsAnalyzednumberRequired

Total number of events analyzed.

soldOutRatenumberRequired

Percentage of events that were sold out (0-100).

avgRevenuePerAttendeenumberRequired

Average revenue per attendee.

estimatedLostRevenuenumberRequired

Estimated lost revenue due to capacity constraints.

estimatedLostAttendeesnumberRequired

Estimated number of attendees who could not book.

Response example

application/json
{
  "soldOutEvents": 0,
  "totalEventsAnalyzed": 0,
  "soldOutRate": 0,
  "avgRevenuePerAttendee": 0,
  "estimatedLostRevenue": 0,
  "estimatedLostAttendees": 0
}

Request example

GET /bff/calendar/calendar-analytics-lost-revenue-capacity

get
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"

Need an API key?

All BizKitHub public API endpoints require authentication via API key.

Get API Key