Skip to main content
A booking is a scheduled slot captured by a calendar widget. Bookings are read-only in v1.

The booking object

status is one of scheduled, cancelled, no_show, completed, or failed. Internal fields (cancellation tokens, provider event IDs, assigned host) are never exposed.

List a calendar’s bookings

GET /v1/calendar-widgets/{id}/bookings — scope read:bookings. Paginated (page, limit), newest first.

Get a booking

GET /v1/bookings/{id} — scope read:bookings.