POST

Get Time Slots


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Returns a list of time slots at a specified reservation location on a specified date, and their availability for a specified partySize.

Without passing optional parameters, the list will contain a single time slot at the specified date. Use slotsBefore and slotsAfter to get additional time slots before and after the specified date.

If you do not provide a duration, the duration will be calculated automatically based on the reservation location's configuration. The reservation location's settings used to determine the duration are its defaultTurnoverTime and turnoverTimeRules. These specify how much time should be allotted for a reservation of a party of a specified size.

The interval between startDates of time slots in the response is determined by the reservation location's timeSlotInterval. This interval is not affected by the duration provided.

Permissions
Manage Reservations (Basic)
Manage Reservations (Full)
Manage Reservations (Medium)
Manage Restaurants - all permissions
Learn more about app permissions.
Endpoint
POST
https://www.wixapis.com/table-reservations/reservations/v1/time-slots

Did this help?