Core resources
Api requestsAttribute optionsAttributesBooking detailsBooking updatesBookingsCalendar event notesCalendar event updatesCalendar eventsCapacitiesCapacity group dependenciesCapacity groupsContact bookingsContactsCoupon productsCoupon servicesCoupon usesCouponsExternal calendarsInvoicesLine item taxesLine itemsMembersMessage eventsMessage templatesMessagesOrganization calendar logsOrganizationsPaddle plansPaddle subscriptionsPaymentsPermissionsPrice calendar entriesPricelabs pricingPricing widgetsProduct attribute optionsProduct calendar logsProduct message templatesProduct reply to addressesProduct servicesProductsRefundsReply to addressesReview productsReview widget listingsReview widgetsReviewsSeasonsServicesSite listingsSite nav itemsSite pagesSite viewsSitesTask assigneesTask template assigneesTask templatesTasksTaxesUser profilesWebhook notificationsWebhooksWidget analyticsWidget listingsWidgetsBooking flow
Query availabilitySearch availabilityBookSnapshots of each time a calendar event is updated
iduuidUnique identifier
created_attimestamp with time zoneCreation timestamp
next_intervaldaterangeEvent interval after the update
next_status"CANCELLED" | "TENTATIVE" | "CONFIRMED"Status of the calendar event after the update
prev_intervaldaterangeEvent interval before the update
prev_status"CANCELLED" | "TENTATIVE" | "CONFIRMED"Status of the calendar event before the update
JSON
{
"id": "00000000-0000-0000-0000-000000000000",
"calendar_event_id": "00000000-0000-0000-0000-000000000000",
"next_product_id": "00000000-0000-0000-0000-000000000000",
"prev_product_id": "00000000-0000-0000-0000-000000000000",
"user_id": "00000000-0000-0000-0000-000000000000",
"created_at": "2026-03-12T06:54:55.878Z",
"next_interval": null,
"next_status": "CANCELLED",
"prev_interval": null,
"prev_status": "CANCELLED"
}idFilter<uuid>Unique identifier
created_atFilter<timestamp with time zone>Creation timestamp
next_intervalFilter<daterange>Event interval after the update
next_statusFilter<"CANCELLED" | "TENTATIVE" | "CONFIRMED">Status of the calendar event after the update
prev_intervalFilter<daterange>Event interval before the update
prev_statusFilter<"CANCELLED" | "TENTATIVE" | "CONFIRMED">Status of the calendar event before the update
200A list of calendar event updates with the selected columns
206Partial Content
GET /calendar_event_updatescurl -X GET "https://api.bookingmood.com/v1/calendar_event_updates?select=*" \
-H "Authorization: Bearer YOUR_API_KEY"