The Reservations API allows you to create and manage reservations at restaurants.
This API provides all the necessary functionality to move a reservation through the phases of its lifecycle, such as from the reservation request until completion.
The Reservations API works together with the Reservation Locations API, which provides information about the physical location of a restaurant, as well as that restaurant’s availability and reservation conditions.
The Reservations API also works together with the Time Slots API, which allows you to retrieve availability information about time slots at a restaurant on a specific date and for a specific party size.
With the Reservations API, you can:
It’s important to note the following points before starting to code:
The following functions may require additional permissions to run depending on which fields are included, or the value of certain fields.
Calling createReservation()
with the following fields requires additional permissions:
status
source
reservation.details.tableIds
reservation.details.endDate
ignoreReservationLocationConflicts
ignoreTableCombinationConflicts
Permission requirements are as follows:
MANAGE RESERVATIONS (FULL)
permission scope.If the user does not provide a source
, the value assigned to it will depend on the user's permissions:
createReservation()
with the MANAGE RESERVATIONS (FULL)
permission scope, source
is set to UNDEFINED
. Otherwise, source
is set to ONLINE
.source
is set to ONLINE
.Calling getReservation()
with fieldsets
set to FULL
requires additional permissions:
FULL
fieldset requires either the MANAGE RESERVATIONS (MEDIUM)
or MANAGE RESERVATIONS (FULL)
permission scope.FULL
fieldset requires API key authorization with appropriate permissions.For a comprehensive glossary of Table Reservations terms, see Terminology.