Search bookable reservation slots
Returns only slots that are currently bookable for the requested party_size and filters. When a shift does not require room selection, room_id is null. When room selection is required, the same start_at may appear multiple times with different room_id values.
Authorizations
Restaurant-scoped partner API token passed as Authorization: Bearer <token>.
Query Parameters
Lower inclusive datetime bound for the search window.
Upper inclusive datetime bound for the search window.
Party size used to filter bookable slots.
x >= 1Optional room filter. Only slots for this room are returned.
1Optional shift filter. Only slots for this shift are returned.
1Response
Bookable slots only. Unavailable slots and remaining capacity counts are not returned.
