Lodol Docs

OpenTable

API actions for the OpenTable integration.

OpenTable

Search restaurants, view existing reservations, and create new ones.


Create reservation

Create a reservation at a restaurant.

Parameters

ParameterTypeRequiredDescription
restaurant_idstringYesThe restaurant's ID in OpenTable.
guest_namestringYesName for the reservation.
party_sizenumberYesNumber of guests.
reservation_timestringYesDate and time of the reservation (for example, 2026-07-15T19:00:00Z).
notesstringNoOptional reservation notes.

Response

{}

Get restaurant details

Retrieve details for a single OpenTable restaurant.

Parameters

ParameterTypeRequiredDescription
restaurant_idstringYesThe restaurant's ID in OpenTable.

Response

{}

List reservations

List reservations for a restaurant with optional filters.

Parameters

ParameterTypeRequiredDescription
restaurant_idstringYesThe restaurant's ID in OpenTable.
datestringNoOnly include reservations on this date (for example, 2026-07-15).
statusstringNoOnly include reservations with this status.

Response

{}

Search restaurants

Find restaurants by city or name. Results are returned one page at a time.

Parameters

ParameterTypeRequiredDescription
citystringNoCity to search in.
namestringNoRestaurant name to search for.
pagenumberNoWhich page of results to return (default 1).
per_pagenumberNoNumber of results to show per page (default 25).

Response

{}

On this page