Lodol Docs

OpenTable

API actions for the OpenTable integration.

OpenTable

Search restaurants, review reservation books, and create new reservations.


Create reservation

Create a reservation at a restaurant.

Parameters

ParameterTypeRequiredDescription
restaurant_idstringYesRestaurant identifier.
guest_namestringYesName for the reservation.
party_sizenumberYesNumber of guests.
reservation_timestringYesReservation time (ISO-8601).
notesstringNoOptional reservation notes.

Response

{}

Get restaurant details

Retrieve details for a single OpenTable restaurant.

Parameters

ParameterTypeRequiredDescription
restaurant_idstringYesRestaurant identifier.

Response

{}

List reservations

List reservations for a restaurant with optional filters.

Parameters

ParameterTypeRequiredDescription
restaurant_idstringYesRestaurant identifier.
datestringNoFilter reservations on a date (ISO string).
statusstringNoOptional reservation status filter.

Response

{}

Search restaurants

Find restaurants by city or name with pagination support.

Parameters

ParameterTypeRequiredDescription
citystringNoCity to search in.
namestringNoRestaurant name filter.
pagenumberNoPage number for pagination (default 1).
per_pagenumberNoItems per page (default 25).

Response

{}

On this page