A booking is a scheduled slot captured by a calendar widget. Bookings are read-only in v1.Documentation Index
Fetch the complete documentation index at: https://docs.formitto.com/llms.txt
Use this file to discover all available pages before exploring further.
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.