/bff/calendar/calendar-analytics-last-minute-bookings
Shows how many people book within 24 hours of event start. Useful for dynamic pricing strategies and last-minute promotions.
Calendar AnalyticsgetBffCalendarCalendar-analytics-last-minute-bookings
Parameters
1 query
Query · 1
codestringRequiredCalendar code identifier.
Request
GET /bff/calendar/calendar-analytics-last-minute-bookings
curl -X GET "https://api.bizkithub.com/bff/calendar/calendar-analytics-last-minute-bookings?code=example_code" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"Response
JSON payload
{
"totalBookings": 0,
"lastMinuteBookings": 0,
"lastMinuteRate": 0
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.