Booking Endpoints
Bookings by date range
Returns bookings for a date range, optimized for calendar/schedule display.
get/bookings/by_dates
Query parameters
fromstring date required
tostring date required
Headers
Authorizationstring required
Response
Bookings for date range
Example response
[
{
"start": "2026-03-24 11:41",
"end": "2026-03-24 12:41"
}
]