Reservation Available Slots API

Returns computed availability for a service on a given calendar date, optionally scoped to a resource. This is the same data the reservation form and the AI assistant tool get_available_slots rely on.

Base endpoint: /reservation-available-slots

Behavior

  • Query with organization_id, service_id, and date as YYYY-MM-DD (local calendar date in the organization or service context).
  • Optional resource_id narrows slots to that resource’s availability.
  • Response includes whether the day is bookable, slot list with start_datetime / end_datetime (ISO UTC), capacity, and reasons when unavailable.

Use slot start_datetime when calling

POST
/reservations.

Related

Report an issue with this documentation

Please log in to report issues with our documentation.