Reservations

Get reservation

Returns a single reservation by ID.

get/reservation/{locale}/{id}

Path parameters

localeinteger required

Locale (restaurant) ID. Must match the locale bound to your API key.

idinteger required

Resource ID

Response

Reservation details

successboolean

Example response

{
  "success": true,
  "data": {
    "time": "18:00"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.