{"info":{"_postman_id":"3599f6fc-bfb2-40d3-ba14-51226f7162ac","name":"OpenTable API Documentation","description":"<html><head></head><body><p>This is a developer portal offered by OpenTable!</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"24127212","collectionId":"3599f6fc-bfb2-40d3-ba14-51226f7162ac","publishedId":"2sA3rwKtUR","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"DC143C"},"publishDate":"2024-09-27T07:42:39.000Z"},"item":[{"name":"Restaurant Onboarding API","item":[{"name":"APIs","item":[{"name":"Obtaining an Access Token","id":"e0aa6299-bb6c-4572-a047-827f818817c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{client-id}}"},{"key":"password","value":"{{client-secret}}"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Basic Y3BhXzU1NTY6c0k2ZVlaWkVac2hkVEJic0MxYzJGdXNCdWxHRU45VnA="}],"url":"{{oauth-url}}/api/v2/oauth/token?grant_type=client_credentials","description":"<p>OpenTable uses <a href=\"https://tools.ietf.org/html/rfc6749\">OAuth 2.0</a> to authorize access to protected resources. Authorization involves following steps:</p>\n<ul>\n<li><p>Request client id and secret</p>\n</li>\n<li><p>Obtain an access token using the issued client credentials</p>\n</li>\n<li><p>Use the access token to access protected resources</p>\n</li>\n</ul>\n<h3 id=\"submitting-client-credentials\">Submitting Client Credentials</h3>\n<p>Client credentials are submitted in the <code>Authorization</code> header as defined in the <a href=\"https://tools.ietf.org/html/rfc6749#section-2.3\">OAuth spec</a>. Given a client id (e.g., “client_id”) and a client secret (e.g., “client_secret”), you need to do the following:</p>\n<ol>\n<li><p>Concatenate them using a “:” (e.g., “client_id:client_secret”)</p>\n</li>\n<li><p>Base64 encode the result from step 1 (e.g., “Y2xpZW50X2lkOmNsaWVudF9zZWNyZXQ=”)</p>\n</li>\n<li><p>Set the header “Authorization: Basic ” (e.g., “Authorization: Basic Y2xpZW50X2lkOmNsaWVudF9zZWNyZXQ=”)</p>\n</li>\n</ol>\n<p>Note: For Oauth token POST requests, it is mandatory to include the Content-Length header, even when the request body is empty. In these instances, set the <code>Content-Length to 0</code>. If using GET requests for Oauth tokens, no update is required.</p>\n<h2 id=\"obtaining-an-access-token\">Obtaining an Access Token</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Environment</th>\n<th>OAuth Base URL</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Pre-production</td>\n<td><a href=\"https://oauth-pp.opentable.com/\">https://oauth-pp.opentable.com/</a></td>\n</tr>\n<tr>\n<td>Production</td>\n<td><a href=\"https://oauth.opentable.com/\">https://oauth.opentable.com/</a></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","oauth","token"],"host":["{{oauth-url}}"],"query":[{"key":"grant_type","value":"client_credentials"}],"variable":[]}},"response":[],"_postman_id":"e0aa6299-bb6c-4572-a047-827f818817c9"},{"name":"Creating New API","id":"f739dcdc-1586-4d05-bd9a-53a69666d72f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer [token]","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": {{partner-restaurant-identifier}},\n    \"name\": \"Restaurant Bar and Grill\",\n    \"restaurantStatus\": \"Online\",\n    \"primaryCuisine\": \"American\",\n    \"otherCuisines\": [\n        \"Indian\",\n        \"English\"\n    ],\n    \"phone\": \"+61396473436\",\n    \"currency\": \"AUD\",\n    \"locale\": \"en-AU\",\n    \"website\": \"http://www.restaurant-bar-and-grill.com\",\n    \"timeZone\": \"Australia/Sydney\",\n    \"priceBandId\": 4,\n    \"description\": \"Tasteful food, friendly service, cozy space, light music.\",\n    \"diningStyle\": \"Elegant Dining\",\n    \"publicTransit\": \"The lot located behind The Avenue is paid parking. Parking rates begin charging in 3-hour increments with an additional 4th hour add on possible.\",\n    \"dressCode\": \"Smart Casual\",\n    \"privateEventDetails\": \"Special Wine Tasting Session (Saturday 11:00 to 13:00)\",\n    \"cateringDetails\": \"Merlot & Rose Wine Served\",\n    \"executiveChef\": \"Mark Weins\",\n    \"crossStreet\": \"Oakwood Drive, near Maple lane\",\n    \"reviews\": {\n        \"rating\": \"4.25\",\n        \"total\": 1913\n    },\n    \"menu\": \"http://www.restaurant-bar-and-grill.com/restaurant-bar-and-grill-menu.pdf\",\n    \"location\": {\n        \"coordinates\": {\n            \"latitude\": \"-33.831491\",\n            \"longitude\": \"151.104176\"\n        },\n        \"address\": {\n            \"street\": \"123 Restaurant Street\",\n            \"street2\": \"Suite 123\",\n            \"postalCode\": \"2113\",\n            \"city\": \"Sydney\",\n            \"country\": \"AUS\",\n            \"province\": \"New South Wales\"\n        },\n        \"neighborhoodName\": \"Kings Cross\"\n    },\n    \"profileImage\": {\n        \"url\": \"https://http://www.restaurant-bar-and-grill.com/restaurant-bar-and-grill-main-picture.jpg\"\n    },\n    \"images\": [\n        {\n            \"url\": \"http://www.restaurant-bar-and-grill.com/restaurant-bar-and-grill-picture-01.jpg\"\n        },\n        {\n            \"url\": \"http://www.restaurant-bar-and-grill.com/restaurant-bar-and-grill-picture-02.jpg\"\n        },\n        {\n            \"url\": \"http://www.restaurant-bar-and-grill.com/restaurant-bar-and-grill-picture-03.jpg\"\n        }\n    ],\n    \"tags\": [\n        \"View\",\n        \"Fireplace\",\n        \"Patio/Outdoor Dining\"\n    ],\n    \"openingTimes\": {\n        \"standardOpeningTimes\": {\n            \"MONDAY\": [\n                {\n                    \"start\": \"07:00\",\n                    \"end\": \"19:00\"\n                }\n            ],\n            \"TUESDAY\": [\n                {\n                    \"start\": \"07:00\",\n                    \"end\": \"19:00\"\n                }\n            ],\n            \"WEDNESDAY\": [\n                {\n                    \"start\": \"07:00\",\n                    \"end\": \"19:00\"\n                }\n            ],\n            \"THURSDAY\": [\n                {\n                    \"start\": \"07:00\",\n                    \"end\": \"19:00\"\n                }\n            ],\n            \"FRIDAY\": [\n                {\n                    \"start\": \"07:00\",\n                    \"end\": \"19:00\"\n                }\n            ],\n            \"SATURDAY\": [\n                {\n                    \"start\": \"07:00\",\n                    \"end\": \"13:00\"\n                }\n            ]\n        }\n    },\n    \"paymentOptions\": [\n        \"AMEX\",\n        \"MasterCard\"\n    ],\n    \"beverages\": [\n        \"Cocktails\",\n        \"Wine\"\n    ],\n    \"dietaryOptions\": [\n        \"Vegan\",\n        \"Gluten-free Options\"\n    ],\n    \"smokingOptions\": [\n        \"Indoor Smoking Area\"\n    ],\n    \"safetyPrecautions\": [\n        \"CommonAreaCleaning\",\n        \"TableLayoutWithExtraSpace\"\n    ],\n    \"diversitySpotlightTags\": [\n        \"Veteran\",\n        \"Women\"\n    ]\n}"},"url":"{{base-url}}/v2/partnerrestaurants","description":"<p>Using the below information, partners can create new restaurants in the OpenTable system by publishing a payload of their restaurant information.</p>\n<p>Partners must supply all required information to successfully onboard a restaurant in the OpenTable environment.</p>\n<p>Once the restaurant has been onboarded, or provisioned, in the OpenTable environment, OpenTable will return the corresponding OpenTable restaurant ID, or RID.</p>\n<p>Not all partners will be certified to create new restaurants and will only be able to update content of existing restaurants. And, depending on the partnership, the partner will only be able to create a specific type of restaurant on the OpenTable Network.</p>\n<p>Should you not have any idea on one of the required fields, please send it back as “null”.</p>\n<p>If you would like to remove any existing data and leave the field empty and it will append the attribute and delete whatever detail is inside.</p>\n<h4 id=\"request-attributes\"><strong>Request Attributes</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>PARAMETER</th>\n<th>DESCRIPTION</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>id</strong>  <br /><code>string</code></td>\n<td>This is the unique ID the partner has in their environment of the restaurant being onboarding. OpenTable uses “restaurant ID” or “RID” as their unique ID.  <br />Required</td>\n</tr>\n<tr>\n<td><strong>name</strong>  <br /><code>string</code></td>\n<td>The name of the restaurant, in the submitted locale (below), as it appears in the partner systems and as it should appear on the OpenTable network.  <br />Required</td>\n</tr>\n<tr>\n<td><strong>restaurantStatus</strong>  <br /><code>string</code></td>\n<td>The network availability of the restaurant. Options are: “Online”/”Offline”.  <br />Required</td>\n</tr>\n<tr>\n<td><strong>primaryCuisine</strong>  <br /><code>string</code></td>\n<td>The primary cuisine type that will appear on the OpenTable network. A fully supported list is located here (link to cuisine types section). When using the API, “Name” is all that is required for this value.  <br />Required</td>\n</tr>\n<tr>\n<td><strong>otherCuisines</strong>  <br /><code>array → string</code></td>\n<td>Other cuisine types that will appear on the OpenTable network. A fully supported list is located here (link to cuisine types section). When using the API, “Name” is all that is required for this value.  <br />Optional</td>\n</tr>\n<tr>\n<td><strong>phone</strong>  <br /><code>string</code></td>\n<td>The phone number of the restaurant that will appear on the OpenTable network, submitted with the country code included, in the below format.  <br />Required</td>\n</tr>\n<tr>\n<td><strong>currency</strong>  <br /><code>string</code></td>\n<td>The currency of the restaurant, in ISO 4217 format.  <br />Required</td>\n</tr>\n<tr>\n<td><strong>locale</strong>  <br /><code>string</code></td>\n<td>The language code of the restaurant, as an IETF language tag.  <br />Required</td>\n</tr>\n<tr>\n<td><strong>website</strong>  <br /><code>string</code></td>\n<td>The website of the restaurant.  <br />Optional</td>\n</tr>\n<tr>\n<td><strong>timeZone</strong>  <br /><code>string</code></td>\n<td>Optional</td>\n</tr>\n<tr>\n<td><strong>priceBandId</strong>  <br /><code>string</code></td>\n<td>Values are 1, 2,3,4, where 1 = $15 and under, 2 = $16 to $30, 3 = $31 to $50, and 4 = $51 and over. Presently, OpenTable translates all values of 1 to be a value of 2 and in a range of 2 = $30 and under.  <br />Optional</td>\n</tr>\n<tr>\n<td><strong>description</strong>  <br /><code>string</code></td>\n<td>The description of the restaurant that will appear on the OpenTable network, in the restaurant locale declared in the payload.  <br />Optional</td>\n</tr>\n<tr>\n<td><strong>diningStyle</strong>  <br /><code>string</code></td>\n<td>Details the dining style of the restaurant. Please choose one of the following: Fine Dining, Casual Dining, Home Style, Casual Elegant, Elegant Dining  <br />Optional</td>\n</tr>\n<tr>\n<td><strong>publicTransit</strong>  <br /><code>string</code></td>\n<td>Details any public transit stops available or near the restaurant location. Maximum is 10000 characters, including sapces.  <br />Optional</td>\n</tr>\n<tr>\n<td><strong>dressCode</strong>  <br /><code>string</code></td>\n<td>Details any specific dress code the restaurant enforces. PLease choose one of the following: Casual Dress, Jacket Required, Business Casual, Jacket and Tie Required, Formal Attire, Jacket Preferred, Smart Casual, Resort Casual  <br />Optional</td>\n</tr>\n<tr>\n<td><strong>privateEventDetails</strong>  <br /><code>string</code></td>\n<td>Showcases the restaurant offering for private event space. Maximum 350 characters, including spaces.  <br />Optional</td>\n</tr>\n<tr>\n<td><strong>cateringDetails</strong>  <br /><code>string</code></td>\n<td>Showcases the restaurant offering for catering. Maximum 350 characters, including spaces.  <br />Optional</td>\n</tr>\n<tr>\n<td><strong>executiveChef</strong>  <br /><code>string</code></td>\n<td>Name of the executive chef.  <br />Optional</td>\n</tr>\n<tr>\n<td><strong>crossStreet</strong>  <br /><code>string</code></td>\n<td>The cross street of the restaurant, to help diners find the location.  <br />Required</td>\n</tr>\n<tr>\n<td><strong>reviews</strong>  <br /><code>object with properties</code></td>\n<td>The review “rating” (string) and “total” (integer) number of reviews that the restaurant has on your network, in order to present that information on the OpenTable network.  <br />Optional</td>\n</tr>\n<tr>\n<td><strong>menu</strong>  <br /><code>string</code></td>\n<td>The URL of the restaurant’s menu. Presently, only URL is supported.  <br />Optional</td>\n</tr>\n<tr>\n<td><strong>location</strong>  <br /><code>object with properties</code></td>\n<td>The “coordinates” and “address” of the restaurant to map them and display them correctly on the OpenTable network.  <br />Required</td>\n</tr>\n<tr>\n<td><strong>location → coordinates</strong>  <br /><code>object with properties</code></td>\n<td>The “latitude” (string, in signed degrees latitude format, with validation) and “longitude” (string, in signed degrees longitude format, with validation) of the restaurant.  <br />Required</td>\n</tr>\n<tr>\n<td><strong>location → address</strong>  <br /><code>object with properties</code></td>\n<td>The “street” (string), “street2” (string), “postalCode” (string), “city” (string), “country” (string, ISO-3166-1 Alpha-3 format validation), and “province” (string, and also representing state, if applicable) of the restaurant.  <br />Required</td>\n</tr>\n<tr>\n<td><strong>location → neighborhoodName</strong>  <br /><code>string</code></td>\n<td>The neighborhood associated with the restaurant.  <br />Optional</td>\n</tr>\n<tr>\n<td><strong>profileImage</strong>  <br /><code>object with properties</code></td>\n<td>A “url”(string) image that will be displayed on the profile page of the restaurant on the OpenTable network  <br />  <br />Requirement of Profile Image:  <br />  <br />- JPEG or PNG formats  <br />  <br />- 1280 X 720 pixels minimum  <br />  <br />- 10MB Max  <br />  <br />  <br />  <br />Optional</td>\n</tr>\n<tr>\n<td><strong>images</strong>  <br /><code>array with objects with properties</code></td>\n<td>Additional images, in the form of a “url” (string, with each image being an object) that will be displayed on the OpenTable network associated with the restaurant. No minimum or maximum requirements, but OpenTable recommends 10 to 12 images minimum.  <br />  <br />Requirement of Profile Image:  <br />  <br />- JPG or PNG formats  <br />  <br />- 512 X 512 pixels minimum  <br />  <br />- 12MB max  <br />  <br />- Logos or Menus prohibited  <br />  <br />- Guests' faces prohibited  <br />  <br />- We can accommodate non-square photos in web but our apps do not have that capability yet, so square photos are better however that is not a technical constraint  <br />  <br />  <br />  <br />Optional</td>\n</tr>\n<tr>\n<td><strong>tags</strong>  <br /><code>array → string</code></td>\n<td>A list of key phrases and descriptive terms that help describe the restaurant and assist with searching for the restaurant on the OpenTable network. Should include one or more of the following: Banquet, Bar/Lounge, Beer Garden, Cafe, Chef's Table, Cigar Room, Counter Seating, Dancing, Delivery, Dog Friendly, Entertainment, Happy Hour, High Tea, Indoor Fireplace, Late Night, Outdoor Firepit, Patio/Outdoor Dining, Private Room, Takeout, View, Weekend Brunch, Gender Neutral Restroom, Wheelchair Access  <br />Optional</td>\n</tr>\n<tr>\n<td><strong>openingTimes</strong>  <br /><code>object with objects of arrays of objects</code></td>\n<td>This object contains the “standardOpeningTimes” (string) with each day of the week’s hours of operation.  <br />Optional</td>\n</tr>\n<tr>\n<td><strong>openingTimes → standardOpeningTimes</strong>  <br /><code>object or arrays of objects</code></td>\n<td>Each day of the week (Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday, as a string) with “start” (string) and “end” (string) times in 24-hour format.  <br />Optional</td>\n</tr>\n<tr>\n<td><strong>paymentOptions</strong>  <br /><code>array → string</code></td>\n<td>Payment options available at the restaurant. Please choose one or more of the following: AMEX, Cash Only, Discover, MasterCard, Carte Blanche, Cheque Gourmet, Eurocheque Card, Sodexo Pass, Cash not accepted, Diners Club, JCB, Visa  <br />Optional</td>\n</tr>\n<tr>\n<td><strong>beverages</strong>  <br /><code>array → string</code></td>\n<td>Beverages available at the restaurant. Must be one or more of the following: Beer, Cocktails, Wine, BYO Liquor, Corkage Fee, BYO Wine, Full Bar  <br />Optional</td>\n</tr>\n<tr>\n<td><strong>dietaryOptions</strong>  <br /><code>array → string</code></td>\n<td>Dietary options at the restaurant. Must be one or more of the following: Gluten-free Options, Kosher, Vegan  <br />Optional</td>\n</tr>\n<tr>\n<td><strong>smokingOptions</strong>  <br /><code>array → string</code></td>\n<td>Details what smoking options the restaurant offers. Must be one or more of the following: Indoor Smoking Area, Non-Smoking, Outdoor, Smoking Area  <br />Optional</td>\n</tr>\n<tr>\n<td><strong>safetyPrecautions</strong>  <br /><code>array → string</code></td>\n<td>This shows any safety precautions the restaurant is taking to avoid the spread of illnesses. It should include one or more of the following: CommonAreaCleaning, ContactlessPayment, CleanMenus, SanitizerProvidedForCustomers, SealedUtensils, SanitizedSurfaces, CommonAreaDistancing, TablelayoutWithExtraSpace, LimitedSeating, ContactTracingCollected, DinerTempChecksRequired, ProofOfVaccinationRequired, ProofOfVaccinationOutdoor, ProhibitSickStaff, staffIsVaccinated, StaffTempChecksRequired, RequireDinerMasks, RequireWaitstaffMasks  <br />Optional</td>\n</tr>\n<tr>\n<td><strong>diversitySpotlightTags</strong>  <br /><code>array → string</code></td>\n<td>Please select any categories your restaurant’s owners/operators identify as. Note that by selecting a category, you allow OpenTable to highlight your restaurant’s owner or operator’s background in places like your restaurant profile, search, and in our marketing campaigns. It should be one or more of the following: Asian and Pacific Islander, Black/African American, Latinx or Hispanic, LGBTQ, Middle Eastern, Native/Indigenous, Persons with Disabilities, South Asian/Indian, Veteran, Women  <br />Optional</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-attributes\">Response Attributes</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>ATTRIBUTE</th>\n<th>DESCRIPTION</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>requestId</strong>  <br /><code>integer</code></td>\n<td>The unique Id associated with the create request.</td>\n</tr>\n<tr>\n<td><strong>itemStatus</strong>  <br /><code>array with objects with properties</code></td>\n<td>Contains various details associated with the request.</td>\n</tr>\n<tr>\n<td><strong>itemStatus → itemId</strong>  <br /><code>string</code></td>\n<td>The merchant Id associated with the restaurant and submitted by the partner for creating.</td>\n</tr>\n<tr>\n<td><strong>itemStatus → sequenceId</strong>  <br /><code>integer</code></td>\n<td>A unique value representing the order of any provisioning that was performed to the “id”.</td>\n</tr>\n<tr>\n<td><strong>itemStatus → status</strong>  <br /><code>string</code></td>\n<td>The current status of the request in its cycle of processing.</td>\n</tr>\n<tr>\n<td><strong>itemStatus → invalidItem</strong>  <br /><code>string</code></td>\n<td>Any error or error item associated with the request.</td>\n</tr>\n<tr>\n<td><strong>totalItems</strong>  <br /><code>integer</code></td>\n<td>The total number of items being processed from this create request.</td>\n</tr>\n<tr>\n<td><strong>totalProcessedItems</strong>  <br /><code>integer</code></td>\n<td>The total number of processed items being processed from this create request.</td>\n</tr>\n<tr>\n<td><strong>created</strong>  <br /><code>datetime</code></td>\n<td>The date and time stamp of the creation.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v2","partnerrestaurants"],"host":["{{base-url}}"],"query":[],"variable":[]}},"response":[{"id":"642352eb-f4d0-46ba-b6aa-7badb46ae239","name":"200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer [token]","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"abc123abc\",\n    \"name\": \"The Friendly Restaurant Test\",\n    \"restaurantStatus\": \"Online\",\n    \"primaryCuisine\": \"American\",\n    \"otherCuisines\": [\n        \"Indian\",\n        \"English\"\n    ],\n    \"phone\": \"+61292871418\",\n    \"currency\": \"AUD\",\n    \"locale\": \"en-AU\",\n    \"website\": \"http://www.the-friendly-restaurant.com\",\n    \"timeZone\": \"Australia/Sydney\",\n    \"priceBandId\": 4,\n    \"description\": \"Tasteful food, friendly service, cozy space, light music.\",\n    \"diningStyle\": \"Elegant Dining\",\n    \"publicTransit\": \"The lot located behind The Avenue is paid parking. Parking rates begin charging in 3-hour increments with an additional 4th hour add on possible.\",\n    \"dressCode\": \"Smart Casual\",\n    \"privateEventDetails\": \"Special Wine Tasting Session (Saturday 11:00 to 13:00)\",\n    \"cateringDetails\": \"Merlot & Rose Wine Served\",\n    \"executiveChef\": \"Mark Weins\",\n    \"crossStreet\": \"Oakwood Drive, near Maple lane\",\n    \"reviews\": {\n        \"rating\": \"3.14159\",\n        \"total\": 1729\n    },\n    \"menu\": \"http://www.myannapoorna.com/Annapoorna_Restaurant_Menu.pdf\",\n    \"location\": {\n        \"coordinates\": {\n            \"latitude\": \"-33.7877183\",\n            \"longitude\": \"151.1328101\"\n        },\n        \"address\": {\n            \"street\": \"Waterloo Road 13\",\n            \"street2\": \"Suite 123\",\n            \"postalCode\": \"2113\",\n            \"city\": \"Sydney\",\n            \"country\": \"AU\",\n            \"province\": \"New South Wales\"\n        },\n        \"neighborhoodName\": \"Kings Cross\"\n    },\n    \"profileImage\": {\n        \"url\": \"https://d24horgtq2wtu8.cloudfront.net/257b163f-540d-4b45-861e-0cbecf1594f6/386512_sld.jpg\"\n    },\n    \"images\": [\n        {\n            \"url\": \"https://d24horgtq2wtu8.cloudfront.net/257b163f-540d-4b45-861e-0cbecf1594f6/386512_sld.jpg\"\n        },\n        {\n            \"url\": \"https://d24horgtq2wtu8.cloudfront.net/257b163f-540d-4b45-861e-0cbecf1594f6/386493_sld.jpg\"\n        },\n        {\n            \"url\": \"https://d24horgtq2wtu8.cloudfront.net/257b163f-540d-4b45-861e-0cbecf1594f6/386491_sld.jpg\"\n        },\n        {\n            \"url\": \"https://d24horgtq2wtu8.cloudfront.net/257b163f-540d-4b45-861e-0cbecf1594f6/386492_sld.jpg\"\n        },\n        {\n            \"url\": \"https://d24horgtq2wtu8.cloudfront.net/257b163f-540d-4b45-861e-0cbecf1594f6/386494_sld.jpg\"\n        },\n        {\n            \"url\": \"https://d24horgtq2wtu8.cloudfront.net/257b163f-540d-4b45-861e-0cbecf1594f6/386511_sld.jpg\"\n        },\n        {\n            \"url\": \"https://d24horgtq2wtu8.cloudfront.net/257b163f-540d-4b45-861e-0cbecf1594f6/386490_sld.jpg\"\n        },\n        {\n            \"url\": \"https://d24horgtq2wtu8.cloudfront.net/257b163f-540d-4b45-861e-0cbecf1594f6/386495_sld.jpg\"\n        },\n        {\n            \"url\": \"https://d24horgtq2wtu8.cloudfront.net/257b163f-540d-4b45-861e-0cbecf1594f6/376348_sld.jpg\"\n        }\n    ],\n    \"tags\": [\n        \"View\",\n        \"Fireplace\",\n        \"Outdoor Seating\"\n    ],\n    \"openingTimes\": {\n        \"standardOpeningTimes\": {\n            \"MONDAY\": [\n                {\n                    \"start\": \"07:00\",\n                    \"end\": \"19:00\"\n                }\n            ],\n            \"TUESDAY\": [\n                {\n                    \"start\": \"07:00\",\n                    \"end\": \"19:00\"\n                }\n            ],\n            \"WEDNESDAY\": [\n                {\n                    \"start\": \"07:00\",\n                    \"end\": \"19:00\"\n                }\n            ],\n            \"THURSDAY\": [\n                {\n                    \"start\": \"07:00\",\n                    \"end\": \"19:00\"\n                }\n            ],\n            \"FRIDAY\": [\n                {\n                    \"start\": \"07:00\",\n                    \"end\": \"19:00\"\n                }\n            ],\n            \"SATURDAY\": [\n                {\n                    \"start\": \"07:00\",\n                    \"end\": \"13:00\"\n                }\n            ]\n        }\n    },\n    \"paymentOptions\": [\n    \"AMEX\",\n    \"MasterCard\"\n  ],\n  \"beverages\": [\n    \"Cocktails\",\n    \"Wine\"\n  ],\n  \"dietaryOptions\": [\n    \"Vegan\",\n    \"Gluten-free Options\"\n  ],\n  \"smokingOptions\": [\n    \"Indoor Smoking Area\"\n  ],\n  \"safetyPrecautions\": [\n    \"CommonAreaCleaning\",\n    \"TableLayoutWithExtraSpace\"\n  ],\n  \"diversitySpotlightTags\": [\n    \"Veteran\",\n    \"Women\"\n  ]\n}"},"url":"{{base-url}}/v2/partnerrestaurants"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Accept-Encoding"},{"key":"OT-RequestId","value":"79af87f2-311a-4dab-a047-8f8670cccfc0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"ot-anonymousid","value":"05811C77-A93A-46E6-BD0E-DD85317A84A4"},{"key":"Content-Type","value":"application/json"},{"key":"x-envoy-upstream-service-time","value":"83"},{"key":"x-ot-backend","value":"pdp"},{"key":"x-ot-uritemplate","value":"/pdp/writeback/v3/partnerrestaurants"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Thu, 26 Sep 2024 08:05:43 GMT"},{"key":"Content-Length","value":"162"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": [\n        {\n            \"itemId\": \"123456789\",\n            \"sequenceId\": 38434555,\n            \"status\": \"Processing\",\n            \"statusTimestamp\": \"2024-09-26T14:14:25.850014Z\"\n        },\n        {\n            \"itemId\": \"123456789\",\n            \"sequenceId\": 38435049,\n            \"status\": \"Processing\",\n            \"statusTimestamp\": \"2024-09-26T14:14:52.048124Z\"\n        }\n    ]\n}"},{"id":"b207e8d6-7205-49de-80c9-239b6c038f79","name":"401","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer [token]","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\" : \"abc123abc\",\n    \"name\": \"The Friendly Restaurant Test\",\n   \n    \"primaryCuisine\": \"American\",\n    \"otherCuisines\": [\n        \"Indian\",\n        \"English\"\n    ],\n    \"phone\": \"+61292871418\",\n    \"currency\": \"AUD\",\n    \"locale\": \"en-AU\",\n    \"website\": \"http://www.the-friendly-restaurant.com\",\n    \"timeZone\": \"Australia/Sydney\",\n    \"priceBandId\": 4,\n    \"description\": \"Tasteful food, friendly service, cozy space, light music.\",\n    \"diningStyle\": \"Elegant Dining\",\n    \"publicTransit\": \"The lot located behind The Avenue is paid parking. Parking rates begin charging in 3-hour increments with an additional 4th hour add on possible.\",\n    \"dressCode\": \"Smart Casual\",\n    \"privateEventDetails\": \"Special Wine Tasting Session (Saturday 11:00 to 13:00)\",\n    \"cateringDetails\": \"Merlot & Rose Wine Served\",\n    \"executiveChef\": \"Mark Weins\",\n    \"crossStreet\": \"Oakwood Drive, near Maple lane\",\n    \"reviews\": {\n        \"rating\": \"3.14159\",\n        \"total\": 1729\n    },\n    \"menu\": \"http://www.myannapoorna.com/Annapoorna_Restaurant_Menu.pdf\",\n    \"location\": {\n        \"coordinates\": {\n            \"latitude\": \"-33.7877183\",\n            \"longitude\": \"151.1328101\"\n        },\n        \"address\": {\n            \"street\": \"Waterloo Road 13\",\n            \"street2\": \"Suite 123\",\n            \"postalCode\": \"2113\",\n            \"city\": \"Sydney\",\n            \"country\": \"AU\",\n            \"province\": \"New South Wales\"\n        },\n        \"neighborhoodName\": \"Kings Cross\"\n    },\n    \"profileImage\": {\n        \"url\": \"https://d24horgtq2wtu8.cloudfront.net/257b163f-540d-4b45-861e-0cbecf1594f6/386512_sld.jpg\"\n    },\n    \"images\": [\n        {\n            \"url\": \"https://d24horgtq2wtu8.cloudfront.net/257b163f-540d-4b45-861e-0cbecf1594f6/386512_sld.jpg\"\n        },\n        {\n            \"url\": \"https://d24horgtq2wtu8.cloudfront.net/257b163f-540d-4b45-861e-0cbecf1594f6/386493_sld.jpg\"\n        },\n        {\n            \"url\": \"https://d24horgtq2wtu8.cloudfront.net/257b163f-540d-4b45-861e-0cbecf1594f6/386491_sld.jpg\"\n        },\n        {\n            \"url\": \"https://d24horgtq2wtu8.cloudfront.net/257b163f-540d-4b45-861e-0cbecf1594f6/386492_sld.jpg\"\n        },\n        {\n            \"url\": \"https://d24horgtq2wtu8.cloudfront.net/257b163f-540d-4b45-861e-0cbecf1594f6/386494_sld.jpg\"\n        },\n        {\n            \"url\": \"https://d24horgtq2wtu8.cloudfront.net/257b163f-540d-4b45-861e-0cbecf1594f6/386511_sld.jpg\"\n        },\n        {\n            \"url\": \"https://d24horgtq2wtu8.cloudfront.net/257b163f-540d-4b45-861e-0cbecf1594f6/386490_sld.jpg\"\n        },\n        {\n            \"url\": \"https://d24horgtq2wtu8.cloudfront.net/257b163f-540d-4b45-861e-0cbecf1594f6/386495_sld.jpg\"\n        },\n        {\n            \"url\": \"https://d24horgtq2wtu8.cloudfront.net/257b163f-540d-4b45-861e-0cbecf1594f6/376348_sld.jpg\"\n        }\n    ],\n    \"tags\": [\n        \"View\",\n        \"Fireplace\",\n        \"Outdoor Seating\"\n    ],\n    \"openingTimes\": {\n        \"standardOpeningTimes\": {\n            \"MONDAY\": [\n                {\n                    \"start\": \"07:00\",\n                    \"end\": \"19:00\"\n                }\n            ],\n            \"TUESDAY\": [\n                {\n                    \"start\": \"07:00\",\n                    \"end\": \"19:00\"\n                }\n            ],\n            \"WEDNESDAY\": [\n                {\n                    \"start\": \"07:00\",\n                    \"end\": \"19:00\"\n                }\n            ],\n            \"THURSDAY\": [\n                {\n                    \"start\": \"07:00\",\n                    \"end\": \"19:00\"\n                }\n            ],\n            \"FRIDAY\": [\n                {\n                    \"start\": \"07:00\",\n                    \"end\": \"19:00\"\n                }\n            ],\n            \"SATURDAY\": [\n                {\n                    \"start\": \"07:00\",\n                    \"end\": \"13:00\"\n                }\n            ]\n        }\n    },\n    \"paymentOptions\": [\n    \"AMEX\",\n    \"MasterCard\"\n  ],\n  \"beverages\": [\n    \"Cocktails\",\n    \"Wine\"\n  ],\n  \"dietaryOptions\": [\n    \"Vegan\",\n    \"Gluten-free Options\"\n  ],\n  \"smokingOptions\": [\n    \"Indoor Smoking Area\"\n  ],\n  \"safetyPrecautions\": [\n    \"CommonAreaCleaning\",\n    \"TableLayoutWithExtraSpace\"\n  ],\n  \"diversitySpotlightTags\": [\n    \"Veteran\",\n    \"Women\"\n  ]\n}"},"url":"{{base-url}}/v2/partnerrestaurants"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Accept-Encoding"},{"key":"OT-RequestId","value":"469e7b7d-8121-4757-9525-ccff495e7f38"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"ot-anonymousid","value":"05811C77-A93A-46E6-BD0E-DD85317A84A4"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"x-ot-backend","value":"pdp"},{"key":"x-ot-uritemplate","value":"/pdp/writeback/v3/partnerrestaurants"},{"key":"x-envoy-upstream-service-time","value":"14"},{"key":"Content-Length","value":"219"},{"key":"Date","value":"Thu, 26 Sep 2024 11:17:02 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"timestamp\": \"2024-09-26T11:17:02.627+0000\",\n    \"path\": \"/gateway/proxies/restaurantpartnerapigateway/pdp/writeback/v3/partnerrestaurants\",\n    \"status\": 401,\n    \"error\": \"Unauthorized\",\n    \"message\": \"Not authorized\",\n    \"requestId\": \"de66b28\"\n}"}],"_postman_id":"f739dcdc-1586-4d05-bd9a-53a69666d72f"},{"name":"Modify Existing API","id":"8dba04f2-9d59-40df-a9e1-8d70eaf7bdd8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer [token]","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": {{partner-restaurant-identifier}},\n    \"name\": \"Restaurant Bar and Grill\",\n    \"restaurantStatus\": \"Online\",\n    \"primaryCuisine\": \"American\",\n    \"otherCuisines\": [\n        \"Indian\",\n        \"English\"\n    ],\n    \"phone\": \"+61396473436\",\n    \"currency\": \"AUD\",\n    \"locale\": \"en-AU\",\n    \"website\": \"http://www.restaurant-bar-and-grill.com\",\n    \"timeZone\": \"Australia/Sydney\",\n    \"priceBandId\": 4,\n    \"description\": \"Tasteful food, friendly service, cozy space, light music.\",\n    \"diningStyle\": \"Elegant Dining\",\n    \"publicTransit\": \"The lot located behind The Avenue is paid parking. Parking rates begin charging in 3-hour increments with an additional 4th hour add on possible.\",\n    \"dressCode\": \"Smart Casual\",\n    \"privateEventDetails\": \"Special Wine Tasting Session (Saturday 11:00 to 14:00)\",\n    \"cateringDetails\": \"Merlot & Rose Wine Served\",\n    \"executiveChef\": \"Mark Weins\",\n    \"crossStreet\": \"Oakwood Drive, near Maple lane\",\n    \"reviews\": {\n        \"rating\": \"4.25\",\n        \"total\": 1913\n    },\n    \"menu\": \"http://www.restaurant-bar-and-grill.com/restaurant-bar-and-grill-menu.pdf\",\n    \"location\": {\n        \"coordinates\": {\n            \"latitude\": \"-33.831491\",\n            \"longitude\": \"151.104176\"\n        },\n        \"address\": {\n            \"street\": \"123 Restaurant Street\",\n            \"street2\": \"Suite 123\",\n            \"postalCode\": \"2113\",\n            \"city\": \"Sydney\",\n            \"country\": \"AUS\",\n            \"province\": \"New South Wales\"\n        },\n        \"neighborhoodName\": \"Kings Cross\"\n    },\n    \"profileImage\": {\n        \"url\": \"https://http://www.restaurant-bar-and-grill.com/restaurant-bar-and-grill-main-picture.jpg\"\n    },\n    \"images\": [\n        {\n            \"url\": \"http://www.restaurant-bar-and-grill.com/restaurant-bar-and-grill-picture-01.jpg\"\n        },\n        {\n            \"url\": \"http://www.restaurant-bar-and-grill.com/restaurant-bar-and-grill-picture-02.jpg\"\n        },\n        {\n            \"url\": \"http://www.restaurant-bar-and-grill.com/restaurant-bar-and-grill-picture-03.jpg\"\n        }\n    ],\n    \"tags\": [\n        \"View\",\n        \"Fireplace\",\n        \"Patio/Outdoor Dining\"\n    ],\n    \"openingTimes\": {\n        \"standardOpeningTimes\": {\n            \"MONDAY\": [\n                {\n                    \"start\": \"07:00\",\n                    \"end\": \"19:00\"\n                }\n            ],\n            \"TUESDAY\": [\n                {\n                    \"start\": \"07:00\",\n                    \"end\": \"19:00\"\n                }\n            ],\n            \"WEDNESDAY\": [\n                {\n                    \"start\": \"07:00\",\n                    \"end\": \"19:00\"\n                }\n            ],\n            \"THURSDAY\": [\n                {\n                    \"start\": \"07:00\",\n                    \"end\": \"19:00\"\n                }\n            ],\n            \"FRIDAY\": [\n                {\n                    \"start\": \"07:00\",\n                    \"end\": \"19:00\"\n                }\n            ],\n            \"SATURDAY\": [\n                {\n                    \"start\": \"07:00\",\n                    \"end\": \"13:00\"\n                }\n            ]\n        }\n    },\n    \"paymentOptions\": [\n        \"AMEX\",\n        \"MasterCard\"\n    ],\n    \"beverages\": [\n        \"Cocktails\",\n        \"Wine\"\n    ],\n    \"dietaryOptions\": [\n        \"Vegan\",\n        \"Gluten-free Options\"\n    ],\n    \"smokingOptions\": [\n        \"Indoor Smoking Area\"\n    ],\n    \"safetyPrecautions\": [\n        \"CommonAreaCleaning\",\n        \"TableLayoutWithExtraSpace\"\n    ],\n    \"diversitySpotlightTags\": [\n        \"Veteran\",\n        \"Women\"\n    ]\n}"},"url":"{{base-url}}/v2/partnerrestaurants","description":"<p>To modify an existing restaurant, the same endpoint for creating a new restaurant is used. OpenTable systems will detect that the restaurant is already onboarded and will use the submitted payload to update the existing restaurant.</p>\n<p>Partners must supply all required information to successfully modify a restaurant in the OpenTable environment; we do not support any type of partial payload submissions (i.e. we do not call any PATCH updates or PUT for only missing details).</p>\n","urlObject":{"path":["v2","partnerrestaurants"],"host":["{{base-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8dba04f2-9d59-40df-a9e1-8d70eaf7bdd8"},{"name":"Onboarding Status API","id":"638c7f84-23fe-41c4-83b8-5cb16e95e23e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer [token]","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{base-url}}/v2/partnerrestaurants/{{partner-restaurant-identifier}}/provisionstatus","description":"<p>Partners can get the status of a restaurant they have submitted for onboarding by calling a designated API endpoint with the below parameters.</p>\n<p>Request Attributes</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>PARAMETER</th>\n<th>DESCRIPTION</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>id</strong>  <br /><code>string</code></td>\n<td>This value is specified in the URL of the API command. This is the id used and submitted by the partner in the payload used while onboarding the restaurant (from Create New API).  <br />Required</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-attributes\">Response Attributes</h4>\n<p>The following table outlines the response attributes returned when getting the status of a restaurant being onboarded.</p>\n<p>For the response attributes, there will be one element in the response list for each time the partner has posted to the restaurant.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>ATTRIBUTE</th>\n<th>DESCRIPTION</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>status → itemId</strong>  <br /><code>string</code></td>\n<td>The “id” value used and submitted by the partner in the payload used while onboarding the restaurant (from Create New API).</td>\n</tr>\n<tr>\n<td><strong>status → sequenceId</strong>  <br /><code>integer</code></td>\n<td>A unique value representing the order of any provisioning that was performed to the “id”.</td>\n</tr>\n<tr>\n<td><strong>status → status</strong>  <br /><code>string</code></td>\n<td>Values for status field are:</td>\n</tr>\n<tr>\n<td><strong>status → invalidItem</strong>  <br /><code>object with properties</code></td>\n<td>Details of why a restaurant could not be provisioned.</td>\n</tr>\n<tr>\n<td><strong>status → invalidItem → message</strong>  <br /><code>string</code></td>\n<td>A message stating the error of onboarding or next steps to help proceed with onboarding.</td>\n</tr>\n<tr>\n<td><strong>status → invalidItem → item</strong>  <br /><code>string</code></td>\n<td>An associate item or task that is preventing the onboarding</td>\n</tr>\n<tr>\n<td><strong>status → statusTimestamp</strong>  <br /><code>string, datetime format</code></td>\n<td>The exact date and time of the associated invalid item causing provisioning issues.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v2","partnerrestaurants","{{partner-restaurant-identifier}}","provisionstatus"],"host":["{{base-url}}"],"query":[],"variable":[]}},"response":[{"id":"c491b67a-90b6-4a12-b949-827202bc4143","name":"404","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer [token]","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{base-url}}/v2/partnerrestaurants/{{partner-restaurant-identifier}}/provisionstatus"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Accept-Encoding"},{"key":"OT-RequestId","value":"41fda95f-bdf7-4717-a0b8-18300f1cc2c9"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"ot-anonymousid","value":"05811C77-A93A-46E6-BD0E-DD85317A84A4"},{"key":"x-ot-backend","value":"pdp"},{"key":"x-ot-uritemplate","value":"/pdp/writeback/v3/partnerrestaurants/{id}/status"},{"key":"Content-Type","value":"application/json"},{"key":"x-envoy-upstream-service-time","value":"50"},{"key":"Content-Length","value":"0"},{"key":"Date","value":"Thu, 26 Sep 2024 11:14:32 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null},{"id":"4df33049-fd48-4af6-a5cf-1b43cb74d9a1","name":"401","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer [token]","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{base-url}}/v2/partnerrestaurants/{{partner-restaurant-identifier}}/provisionstatus"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Accept-Encoding"},{"key":"OT-RequestId","value":"19f66070-befb-48a9-b8ed-bc74e0be10de"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"ot-anonymousid","value":"05811C77-A93A-46E6-BD0E-DD85317A84A4"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"x-ot-backend","value":"pdp"},{"key":"x-ot-uritemplate","value":"/pdp/writeback/v3/partnerrestaurants/{id}/status"},{"key":"x-envoy-upstream-service-time","value":"17"},{"key":"Content-Length","value":"237"},{"key":"Date","value":"Thu, 26 Sep 2024 11:17:28 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"timestamp\": \"2024-09-26T14:36:03.575+0000\",\n    \"path\": \"/gateway/proxies/restaurantpartnerapigateway/pdp/writeback/v3/partnerrestaurants/123456789/status\",\n    \"status\": 401,\n    \"error\": \"Unauthorized\",\n    \"message\": \"Not authorized\",\n    \"requestId\": \"7942126a\"\n}"},{"id":"dfbc284e-7b46-4092-897f-b69e3be7616a","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer [token]","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{base-url}}/v2/partnerrestaurants/{{partner-restaurant-identifier}}/provisionstatus"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Accept-Encoding"},{"key":"OT-RequestId","value":"e271e6d4-c056-4141-be78-dcdfce6958d4"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"ot-anonymousid","value":"05811C77-A93A-46E6-BD0E-DD85317A84A4"},{"key":"Content-Type","value":"application/json"},{"key":"x-envoy-upstream-service-time","value":"80"},{"key":"x-ot-backend","value":"pdp"},{"key":"x-ot-uritemplate","value":"/pdp/writeback/v3/partnerrestaurants/{id}/status"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Thu, 26 Sep 2024 14:31:10 GMT"},{"key":"Content-Length","value":"152"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": [\n        {\n            \"itemId\": \"123456789\",\n            \"sequenceId\": 38434555,\n            \"status\": \"Processing\",\n            \"statusTimestamp\": \"2024-09-26T14:14:25.850014Z\"\n        },\n        {\n            \"itemId\": \"123456789\",\n            \"sequenceId\": 38435049,\n            \"status\": \"Processing\",\n            \"statusTimestamp\": \"2024-09-26T14:14:52.048124Z\"\n        }\n    ]\n}"}],"_postman_id":"638c7f84-23fe-41c4-83b8-5cb16e95e23e"},{"name":"General Status API","id":"0e5d713b-9341-4bfc-a435-1924af4f020b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer [token]","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{base-url}}/v2/partnerrestaurants/{{partner-restaurant-identifier}}","description":"<p>Partners can get the status of a restaurant that has been onboarded by calling a designated API endpoint with the below parameters.</p>\n<h4 id=\"request-attributes\">Request Attributes</h4>\n<h4 id=\"parameter\">PARAMETER</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>DESCRIPTION</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>id</strong>  <br /><code>string</code></td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-attributes\">Response Attributes</h4>\n<p>The following table outlines the response attributes returned when getting the status of a restaurant being onboarded.</p>\n<p>For the response attributes, there will be one element in the response list for each time the partner has posted to the restaurant.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>ATTRIBUTE</th>\n<th>DESCRIPTION</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>merchantId</strong>  <br /><code>string</code></td>\n<td>The id provided by the partner when the restaurant was originally onboarded.</td>\n</tr>\n<tr>\n<td><strong>opentableRid</strong>  <br /><code>string</code></td>\n<td>A unique OpenTable identifier for the restaurant in the OpenTable system.</td>\n</tr>\n<tr>\n<td><strong>active</strong>  <br /><code>boolean</code></td>\n<td>A value to indicate if the restaurant is live on the OpenTable network.</td>\n</tr>\n<tr>\n<td><strong>created</strong>*  <br /><code>datetime</code></td>\n<td>This is a date and time stamp of when the restaurant was created in the OpenTable system by the partner.</td>\n</tr>\n<tr>\n<td><strong>lastUpdated</strong>*  <br /><code>datetime</code></td>\n<td>This is a date and time stamp of when the restaurant was last updated in the OpenTable system by the partner.</td>\n</tr>\n<tr>\n<td><strong>deactivated</strong>*  <br /><code>datetime</code></td>\n<td>This is a date and time stamp of when the restaurant was deactivated/set to inactive in the OpenTable system by the partner.</td>\n</tr>\n<tr>\n<td><strong>restaurantName</strong>  <br /><code>string</code></td>\n<td>The name of the restaurant on the OpenTable network.</td>\n</tr>\n<tr>\n<td><strong>address</strong></td>\n<td>The “address1” (string), “address2” (string), “city” (string), and “state”(string) represented the address of the restaurant</td>\n</tr>\n<tr>\n<td><strong>description</strong>  <br /><code>string</code></td>\n<td>The description of the restaurant on the OpenTable network.</td>\n</tr>\n<tr>\n<td><strong>phoneNumber</strong>  <br /><code>string</code></td>\n<td>The phone number of the restaurant on the OpenTable network.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v2","partnerrestaurants","{{partner-restaurant-identifier}}"],"host":["{{base-url}}"],"query":[],"variable":[]}},"response":[{"id":"b88b2c16-b1aa-47ab-967c-c2ea264e78c8","name":"404","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer [token]","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{base-url}}/v2/partnerrestaurants/{{partner-restaurant-identifier}}"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Accept-Encoding"},{"key":"OT-RequestId","value":"41fda95f-bdf7-4717-a0b8-18300f1cc2c9"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"ot-anonymousid","value":"05811C77-A93A-46E6-BD0E-DD85317A84A4"},{"key":"x-ot-backend","value":"pdp"},{"key":"x-ot-uritemplate","value":"/pdp/writeback/v3/partnerrestaurants/{id}/status"},{"key":"Content-Type","value":"application/json"},{"key":"x-envoy-upstream-service-time","value":"50"},{"key":"Content-Length","value":"0"},{"key":"Date","value":"Thu, 26 Sep 2024 11:14:32 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null},{"id":"8dbb9121-6673-42ec-acaf-90d77783b863","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer [token]","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{base-url}}/v2/partnerrestaurants/{{partner-restaurant-identifier}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Accept-Encoding"},{"key":"OT-RequestId","value":"7297cd01-95e8-4a57-a853-6717aaf1198a"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"ot-anonymousid","value":"05811C77-A93A-46E6-BD0E-DD85317A84A4"},{"key":"Content-Type","value":"application/json"},{"key":"x-envoy-upstream-service-time","value":"52"},{"key":"x-ot-backend","value":"pdp"},{"key":"x-ot-uritemplate","value":"/pdp/writeback/v3/partnerrestaurants/{id}/status"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Thu, 26 Sep 2024 11:15:06 GMT"},{"key":"Content-Length","value":"134"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"merchantId\": \"123456789\",\n    \"openTableRid\": \"374684\",\n    \"active\": true,\n    \"created\": \"2024-09-26T14:29:09.399163Z\",\n    \"lastUpdated\": \"2024-09-26T14:29:09.399163Z\",\n    \"restaurantName\": \"Restaurant Bar and Grill\",\n    \"address\": {\n        \"address1\": \"123 Restaurant Street\",\n        \"address2\": \"Suite 123\",\n        \"city\": \"Sydney\",\n        \"state\": \"AU-NSW\"\n    },\n    \"description\": \"Coming Soon!\",\n    \"phoneNumber\": \"+61396473436\"\n}"},{"id":"63b4351c-ec82-4c69-9260-ef76012eaaae","name":"401","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer [token]","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{base-url}}/v2/partnerrestaurants/{{partner-restaurant-identifier}}"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Accept-Encoding"},{"key":"OT-RequestId","value":"19f66070-befb-48a9-b8ed-bc74e0be10de"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"ot-anonymousid","value":"05811C77-A93A-46E6-BD0E-DD85317A84A4"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"x-ot-backend","value":"pdp"},{"key":"x-ot-uritemplate","value":"/pdp/writeback/v3/partnerrestaurants/{id}/status"},{"key":"x-envoy-upstream-service-time","value":"17"},{"key":"Content-Length","value":"237"},{"key":"Date","value":"Thu, 26 Sep 2024 11:17:28 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"timestamp\": \"2024-09-26T11:17:27.970+0000\",\n    \"path\": \"/gateway/proxies/restaurantpartnerapigateway/pdp/writeback/v3/partnerrestaurants/abc123abc/status\",\n    \"status\": 401,\n    \"error\": \"Unauthorized\",\n    \"message\": \"Not authorized\",\n    \"requestId\": \"3b9f20ae\"\n}"}],"_postman_id":"0e5d713b-9341-4bfc-a435-1924af4f020b"},{"name":"Delete API","id":"c460389b-a3ff-4315-b223-a067336d50a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer [token]","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{base-url}}/v2/partnerrestaurants/{{partner-restaurant-identifier}}","description":"<p>Partners can delete a restaurant on the OpenTable network that they onboarded by calling a designated API endpoint with the below parameters.</p>\n<h4 id=\"request-attributes\">Request Attributes</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>PARAMETER</th>\n<th>DESCRIPTION</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>id</strong>  <br /><code>string</code></td>\n<td>This value is specified in the URL of the API command. This is the id used and submitted by the partner in the payload used while onboarding the restaurant (from Create New API).  <br />Required</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-attributes\">Response Attributes</h4>\n<p>Delete will return a similar payload to POST, there will be a single itemStatus. Status will typically be ‘Processing’ and will change to Success or Failed once the conversion is complete.<br />The following table outlines the response attributes returned when deleting a restaurant.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>ATTRIBUTE</th>\n<th>DESCRIPTION</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>requestId</strong>  <br /><code>integer</code></td>\n<td>The unique Id associated with the DELETE request.</td>\n</tr>\n<tr>\n<td><strong>itemStatus</strong>  <br /><code>array with objects with properties</code></td>\n<td>Contains various details associated with the request.</td>\n</tr>\n<tr>\n<td><strong>itemStatus → itemId</strong>  <br /><code>string</code></td>\n<td>The merchant Id associated with the restaurant and originally submitted by the partner for onboarding.</td>\n</tr>\n<tr>\n<td><strong>itemStatus → sequenceId</strong>  <br /><code>integer</code></td>\n<td>A unique value representing the order of any provisioning that was performed to the “id”.</td>\n</tr>\n<tr>\n<td><strong>itemStatus → status</strong>  <br /><code>string</code></td>\n<td>The current status of the request in its cycle of processing.</td>\n</tr>\n<tr>\n<td><strong>itemStatus → invalidItem</strong>  <br /><code>string</code></td>\n<td>Any error or error item associated with the request.</td>\n</tr>\n<tr>\n<td><strong>totalItems</strong>  <br /><code>integer</code></td>\n<td>The total number of items being processed from this delete request.</td>\n</tr>\n<tr>\n<td><strong>totalProcessedItems</strong>  <br /><code>integer</code></td>\n<td>The total number of processed items being processed from this delete request.</td>\n</tr>\n<tr>\n<td><strong>created</strong>  <br /><code>datetime</code></td>\n<td>The date and time stamp of the deletion.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v2","partnerrestaurants","{{partner-restaurant-identifier}}"],"host":["{{base-url}}"],"query":[],"variable":[]}},"response":[{"id":"1b8aa291-d9c4-4eb0-95d0-a1ce76dfd445","name":"200","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer [token]","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{base-url}}/v2/partnerrestaurants/abc123abc"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"OT-RequestId","value":"2e62c2b9-6941-4057-a9f0-a3148e1085f0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"ot-anonymousid","value":"05811C77-A93A-46E6-BD0E-DD85317A84A4"},{"key":"Content-Type","value":"application/json"},{"key":"x-envoy-upstream-service-time","value":"84"},{"key":"x-ot-backend","value":"pdp"},{"key":"x-ot-uritemplate","value":"/pdp/writeback/v3/partnerrestaurants/{id}"},{"key":"Content-Length","value":"183"},{"key":"Date","value":"Thu, 26 Sep 2024 14:40:35 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"requestId\": 36848350,\n    \"itemStatus\": [\n        {\n            \"itemId\": \"abc123abc\",\n            \"sequenceId\": 38435256,\n            \"status\": \"Processing\"\n        }\n    ],\n    \"totalItems\": 1,\n    \"totalProcessedItems\": 1,\n    \"created\": \"2024-09-26T14:40:35.018242Z\"\n}"}],"_postman_id":"c460389b-a3ff-4315-b223-a067336d50a0"}],"id":"bbac0f59-031d-4619-9e50-d1d6f36f2ab4","description":"<p>Using the instructions below, access our API documentation for a step-by-step guide to using the Onboarding API.</p>\n<ol>\n<li><p><strong>Get an Oauth Token</strong> - Using your credentials, call OpenTable’s Oauth authentication service to get a token.</p>\n</li>\n<li><p><strong>Creating New Restaurant API</strong> - Create new restaurant profiles on OpenTable</p>\n</li>\n<li><p><strong>Modify existing restaurant API</strong> - Use the endpoint to modify existing OpenTable profiles</p>\n</li>\n<li><p><strong>Check the onboarding status</strong> - Check the status of the restaurant that has been submitted</p>\n</li>\n<li><p><strong>Delete restaurant API</strong> - Delete a restaurant on the OpenTable network</p>\n</li>\n</ol>\n","_postman_id":"bbac0f59-031d-4619-9e50-d1d6f36f2ab4"},{"name":"Additional Info","item":[],"id":"44feb454-4f88-4619-9d2d-9d7c5ac3fcdb","description":"<h3 id=\"restaurant-cuisine-types\">Restaurant Cuisine Types</h3>\n<p>Ukrainian</p>\n<p>Vegetarian</p>\n<p>Pizzeria</p>\n<p>Traditional Mexican</p>\n<p>Tartar</p>\n<p>Regional Mexican</p>\n<p>Bar / Lounge / Bottle Service</p>\n<p>Kappou</p>\n<p>Italian</p>\n<p>Nordic</p>\n<p>Eastern European</p>\n<p>Rhenish</p>\n<p>Turkish</p>\n<p>Traditional French</p>\n<p>Swedish</p>\n<p>Hibachi</p>\n<p>Russian</p>\n<p>Greek</p>\n<p>Pacific Rim</p>\n<p>Wine Bar</p>\n<p>Hawaiian</p>\n<p>French / Indian</p>\n<p>Brazilian</p>\n<p>Japanese</p>\n<p>West Indian</p>\n<p>South Indian</p>\n<p>Austrian</p>\n<p>Cambodian</p>\n<p>Chinese</p>\n<p>Breakfast</p>\n<p>Bistro</p>\n<p>Polynesian</p>\n<p>Regiomontana</p>\n<p>Ottoman</p>\n<p>Quebec</p>\n<p>Beer Garden</p>\n<p>Southwest</p>\n<p>Chinese (Canton)</p>\n<p>Danish</p>\n<p>French</p>\n<p>Uruguayan</p>\n<p>Regional Mexican (Baja Med)</p>\n<p>European</p>\n<p>Indian</p>\n<p>Native American</p>\n<p>Comfort Food</p>\n<p>Contemporary Mexican</p>\n<p>Ecuadorian</p>\n<p>Contemporary French / American</p>\n<p>Peruvian</p>\n<p>Latin American</p>\n<p>Scottish</p>\n<p>Serbian</p>\n<p>Asian</p>\n<p>Organic</p>\n<p>Sushi</p>\n<p>British</p>\n<p>Southern</p>\n<p>Modern Tuscan</p>\n<p>South Carolina</p>\n<p>Argentinean</p>\n<p>Contemporary German</p>\n<p>Modern Australian</p>\n<p>Thai</p>\n<p>Polish</p>\n<p>Regional Italian (Sardinia)</p>\n<p>Grill</p>\n<p>Kosher</p>\n<p>Middle Eastern</p>\n<p>Belgian</p>\n<p>German</p>\n<p>Iraqi</p>\n<p>Steakhouse</p>\n<p>Latin / Spanish</p>\n<p>Fusion / Eclectic</p>\n<p>Croatian</p>\n<p>Vegan</p>\n<p>Okonomiyaki</p>\n<p>Creative Japanese</p>\n<p>Unspecified</p>\n<p>South American</p>\n<p>Blow Fish</p>\n<p>Cuban</p>\n<p>Regional German (Berlin)</p>\n<p>Indonesian / Malaysian</p>\n<p>Vietnamese</p>\n<p>Ethiopian</p>\n<p>Creole</p>\n<p>Northwest Spain</p>\n<p>Contemporary European</p>\n<p>Southeast Asian</p>\n<p>Egyptian</p>\n<p>Cajun</p>\n<p>Yakitori</p>\n<p>Low Country</p>\n<p>Contemporary Korean</p>\n<p>Oyster Bar</p>\n<p>Central Asian</p>\n<p>Dim Sum</p>\n<p>Tex-Mex</p>\n<p>Chinese (Sichuan)</p>\n<p>Afghan</p>\n<p>South African</p>\n<p>New Zealand</p>\n<p>Filipino</p>\n<p>Chilean</p>\n<p>Hungarian</p>\n<p>Barbecue</p>\n<p>Creole / Cajun / Southern</p>\n<p>Contemporary American</p>\n<p>Irish</p>\n<p>Okinawan</p>\n<p>Medieval</p>\n<p>Lounge</p>\n<p>Korean</p>\n<p>Dinner Cruise</p>\n<p>Seafood</p>\n<p>Chinese (Shanghai)</p>\n<p>Crossover</p>\n<p>Ramen</p>\n<p>Dining Bar</p>\n<p>Malaysian</p>\n<p>Colombian</p>\n<p>Tempura</p>\n<p>Contemporary British</p>\n<p>Yum Cha</p>\n<p>Afternoon Tea</p>\n<p>Southwest Spain</p>\n<p>Burmese</p>\n<p>Southern Spain</p>\n<p>American</p>\n<p>Pub</p>\n<p>Brazilian Steakhouse</p>\n<p>Southern German</p>\n<p>Czech</p>\n<p>Home cooking</p>\n<p>Continental</p>\n<p>Dutch</p>\n<p>Country kitchen</p>\n<p>Pakistani</p>\n<p>Fondue</p>\n<p>Yakiniku</p>\n<p>Persian</p>\n<p>Deli</p>\n<p>Shabu-shabu</p>\n<p>Bavarian</p>\n<p>Wild Game</p>\n<p>Northwest</p>\n<p>Australian</p>\n<p>Winery</p>\n<p>Eurasian</p>\n<p>Kaiseki</p>\n<p>Creperie</p>\n<p>Lebanese</p>\n<p>French / Canadian</p>\n<p>Pizza Bar</p>\n<p>French American</p>\n<p>Hawaii Regional Cuisine</p>\n<p>Contemporary French</p>\n<p>Meat</p>\n<p>Motsunabe</p>\n<p>Macedonian</p>\n<p>Contemporary Indian</p>\n<p>Swiss</p>\n<p>Northwest British</p>\n<p>Indonesian</p>\n<p>Moroccan</p>\n<p>Catalan</p>\n<p>Fine cuts</p>\n<p>Chinese (Beijing)</p>\n<p>African</p>\n<p>Contemporary Southern</p>\n<p>Mexican</p>\n<p>Sports Bar</p>\n<p>Sicilian</p>\n<p>Kyoto-style</p>\n<p>Kushikatsu</p>\n<p>Traditional Spanish</p>\n<p>Dessert</p>\n<p>Market Cuisine</p>\n<p>Thai French</p>\n<p>Jugoslavian</p>\n<p>Mexican / Southwestern</p>\n<p>Japanese Speciality</p>\n<p>English</p>\n<p>Rotisserie Chicken</p>\n<p>Regional Japanese</p>\n<p>Tapas / Small Plates</p>\n<p>Southwest British</p>\n<p>Regional German</p>\n<p>Izakaya</p>\n<p>Distillery</p>\n<p>Israeli</p>\n<p>Soba</p>\n<p>Southwest French</p>\n<p>Caribbean</p>\n<p>Sri Lankan</p>\n<p>Laotian</p>\n<p>Provencal</p>\n<p>Bottle Service</p>\n<p>Eritrean</p>\n<p>Contemporary Italian</p>\n<p>Yoshoku</p>\n<p>Contemporary Latin</p>\n<p>Southern British</p>\n<p>Venezuelan</p>\n<p>North African</p>\n<p>Basque</p>\n<p>Creative Western</p>\n<p>Cocktail Bar</p>\n<p>Puerto Rican</p>\n<p>Jamaican</p>\n<p>Shellfish</p>\n<p>Canadian</p>\n<p>Mediterranean</p>\n<p>Speakeasy</p>\n<p>Brewery</p>\n<p>Steak</p>\n<p>Balkan style</p>\n<p>French / Japanese</p>\n<p>Northwest Germany</p>\n<p>Palestinian</p>\n<p>Pork</p>\n<p>Swaibian</p>\n<p>Pan-Asian</p>\n<p>Portuguese</p>\n<p>Modern European</p>\n<p>Panamanian</p>\n<p>Nepalese</p>\n<p>Halal</p>\n<p>Fish</p>\n<p>Prime Rib</p>\n<p>Californian</p>\n<p>Icelandic</p>\n<p>International</p>\n<p>Teppanyaki</p>\n<p>Syrian</p>\n<p>Sukiyaki</p>\n<p>Caf√©</p>\n<p>Northern Mexican</p>\n<p>Burgers</p>\n<p>Spanish</p>\n<p>Contemporary Asian</p>\n<p>Georgian</p>\n<p>Soul food</p>\n<p>Chinese (Taiwan)</p>\n<p>Global, International</p>\n<p>Washoku</p>\n<p>Contemporary Canadian</p>\n<p>Southwest German</p>\n<p>Vegetarian / Vegan</p>\n<p>Gastro Pub</p>\n<p>Scandinavian</p>\n<p>Farm-to-table</p>\n<h3 id=\"restaurant-tags\">Restaurant Tags</h3>\n<p>| Banquet | Bar/Lounge | Beer Garden | Cafe | Chef's Table | Cigar Room |<br />| Counter Seating | Dancing | Delivery | Dog Friendly | Entertainment | Happy Hour |<br />| High Tea | Indoor Fireplace | Late Night | Outdoor Firepit | Patio/Outdoor Dining | Private Room |<br />| Takeout | View | Weekend Brunch | Gender Neutral Restroom | Wheelchair Access |</p>\n<h3 id=\"backwards-compatibility\">Backwards compatibility</h3>\n<h4 id=\"staying-backward-compatible\">Staying Backward Compatible</h4>\n<p>What changes does Opentable consider to be “backwards-compatible”?</p>\n<ul>\n<li><p>Adding new API resources</p>\n</li>\n<li><p>Adding new optional request parameters to existing API methods</p>\n</li>\n<li><p>Adding new properties to existing API responses</p>\n</li>\n<li><p>Renaming API resources</p>\n</li>\n<li><p>Changing the order of properties in existing API responses</p>\n</li>\n<li><p>Changing the length or format of reservation IDs or other opaque strings - this includes adding or removing fixed prefixes where applicable</p>\n</li>\n<li><p>URLs in responses including format, querystring parameters, and address</p>\n</li>\n</ul>\n<h4 id=\"country-codes\">Country Codes</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Country Code</th>\n<th>Country Name</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>AF</td>\n<td>Afghanistan</td>\n</tr>\n<tr>\n<td>AL</td>\n<td>Albania</td>\n</tr>\n<tr>\n<td>DZ</td>\n<td>Algeria</td>\n</tr>\n<tr>\n<td>AS</td>\n<td>American Samoa</td>\n</tr>\n<tr>\n<td>AD</td>\n<td>Andorra</td>\n</tr>\n<tr>\n<td>AO</td>\n<td>Angola</td>\n</tr>\n<tr>\n<td>AI</td>\n<td>Anguilla</td>\n</tr>\n<tr>\n<td>AQ</td>\n<td>Antarctica</td>\n</tr>\n<tr>\n<td>AG</td>\n<td>Antigua and Barbuda</td>\n</tr>\n<tr>\n<td>AR</td>\n<td>Argentina</td>\n</tr>\n<tr>\n<td>AM</td>\n<td>Armenia</td>\n</tr>\n<tr>\n<td>AW</td>\n<td>Aruba</td>\n</tr>\n<tr>\n<td>AU</td>\n<td>Australia</td>\n</tr>\n<tr>\n<td>AT</td>\n<td>Austria</td>\n</tr>\n<tr>\n<td>AZ</td>\n<td>Azerbaijan</td>\n</tr>\n<tr>\n<td>BS</td>\n<td>Bahamas</td>\n</tr>\n<tr>\n<td>BH</td>\n<td>Bahrain</td>\n</tr>\n<tr>\n<td>BD</td>\n<td>Bangladesh</td>\n</tr>\n<tr>\n<td>BB</td>\n<td>Barbados</td>\n</tr>\n<tr>\n<td>BY</td>\n<td>Belarus</td>\n</tr>\n<tr>\n<td>BE</td>\n<td>Belgium</td>\n</tr>\n<tr>\n<td>BZ</td>\n<td>Belize</td>\n</tr>\n<tr>\n<td>BJ</td>\n<td>Benin</td>\n</tr>\n<tr>\n<td>BM</td>\n<td>Bermuda</td>\n</tr>\n<tr>\n<td>BT</td>\n<td>Bhutan</td>\n</tr>\n<tr>\n<td>BO</td>\n<td>Bolivia</td>\n</tr>\n<tr>\n<td>BA</td>\n<td>Bosnia and Herzegovina</td>\n</tr>\n<tr>\n<td>BW</td>\n<td>Botswana</td>\n</tr>\n<tr>\n<td>BV</td>\n<td>Bouvet Island</td>\n</tr>\n<tr>\n<td>BR</td>\n<td>Brazil</td>\n</tr>\n<tr>\n<td>BQ</td>\n<td>British Antarctic Territory</td>\n</tr>\n<tr>\n<td>IO</td>\n<td>British Indian Ocean Territory</td>\n</tr>\n<tr>\n<td>VG</td>\n<td>British Virgin Islands</td>\n</tr>\n<tr>\n<td>BN</td>\n<td>Brunei</td>\n</tr>\n<tr>\n<td>BG</td>\n<td>Bulgaria</td>\n</tr>\n<tr>\n<td>BF</td>\n<td>Burkina Faso</td>\n</tr>\n<tr>\n<td>BI</td>\n<td>Burundi</td>\n</tr>\n<tr>\n<td>KH</td>\n<td>Cambodia</td>\n</tr>\n<tr>\n<td>CM</td>\n<td>Cameroon</td>\n</tr>\n<tr>\n<td>CA</td>\n<td>Canada</td>\n</tr>\n<tr>\n<td>CT</td>\n<td>Canton and Enderbury Islands</td>\n</tr>\n<tr>\n<td>CV</td>\n<td>Cape Verde</td>\n</tr>\n<tr>\n<td>KY</td>\n<td>Cayman Islands</td>\n</tr>\n<tr>\n<td>CF</td>\n<td>Central African Republic</td>\n</tr>\n<tr>\n<td>TD</td>\n<td>Chad</td>\n</tr>\n<tr>\n<td>CL</td>\n<td>Chile</td>\n</tr>\n<tr>\n<td>CN</td>\n<td>China</td>\n</tr>\n<tr>\n<td>CX</td>\n<td>Christmas Island</td>\n</tr>\n<tr>\n<td>CC</td>\n<td>Cocos [Keeling] Islands</td>\n</tr>\n<tr>\n<td>CO</td>\n<td>Colombia</td>\n</tr>\n<tr>\n<td>KM</td>\n<td>Comoros</td>\n</tr>\n<tr>\n<td>CG</td>\n<td>Congo - Brazzaville</td>\n</tr>\n<tr>\n<td>CD</td>\n<td>Congo - Kinshasa</td>\n</tr>\n<tr>\n<td>CK</td>\n<td>Cook Islands</td>\n</tr>\n<tr>\n<td>CR</td>\n<td>Costa Rica</td>\n</tr>\n<tr>\n<td>HR</td>\n<td>Croatia</td>\n</tr>\n<tr>\n<td>CU</td>\n<td>Cuba</td>\n</tr>\n<tr>\n<td>CY</td>\n<td>Cyprus</td>\n</tr>\n<tr>\n<td>CZ</td>\n<td>Czech Republic</td>\n</tr>\n<tr>\n<td>CI</td>\n<td>Côte d’Ivoire</td>\n</tr>\n<tr>\n<td>DK</td>\n<td>Denmark</td>\n</tr>\n<tr>\n<td>DJ</td>\n<td>Djibouti</td>\n</tr>\n<tr>\n<td>DM</td>\n<td>Dominica</td>\n</tr>\n<tr>\n<td>DO</td>\n<td>Dominican Republic</td>\n</tr>\n<tr>\n<td>NQ</td>\n<td>Dronning Maud Land</td>\n</tr>\n<tr>\n<td>DD</td>\n<td>East Germany</td>\n</tr>\n<tr>\n<td>EC</td>\n<td>Ecuador</td>\n</tr>\n<tr>\n<td>EG</td>\n<td>Egypt</td>\n</tr>\n<tr>\n<td>SV</td>\n<td>El Salvador</td>\n</tr>\n<tr>\n<td>GQ</td>\n<td>Equatorial Guinea</td>\n</tr>\n<tr>\n<td>ER</td>\n<td>Eritrea</td>\n</tr>\n<tr>\n<td>EE</td>\n<td>Estonia</td>\n</tr>\n<tr>\n<td>ET</td>\n<td>Ethiopia</td>\n</tr>\n<tr>\n<td>FK</td>\n<td>Falkland Islands</td>\n</tr>\n<tr>\n<td>FO</td>\n<td>Faroe Islands</td>\n</tr>\n<tr>\n<td>FJ</td>\n<td>Fiji</td>\n</tr>\n<tr>\n<td>FI</td>\n<td>Finland</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n</tr>\n<tr>\n<td>GF</td>\n<td>French Guiana</td>\n</tr>\n<tr>\n<td>PF</td>\n<td>French Polynesia</td>\n</tr>\n<tr>\n<td>TF</td>\n<td>French Southern Territories</td>\n</tr>\n<tr>\n<td>FQ</td>\n<td>French Southern and Antarctic Territories</td>\n</tr>\n<tr>\n<td>GA</td>\n<td>Gabon</td>\n</tr>\n<tr>\n<td>GM</td>\n<td>Gambia</td>\n</tr>\n<tr>\n<td>GE</td>\n<td>Georgia</td>\n</tr>\n<tr>\n<td>DE</td>\n<td>Germany</td>\n</tr>\n<tr>\n<td>GH</td>\n<td>Ghana</td>\n</tr>\n<tr>\n<td>GI</td>\n<td>Gibraltar</td>\n</tr>\n<tr>\n<td>GR</td>\n<td>Greece</td>\n</tr>\n<tr>\n<td>GL</td>\n<td>Greenland</td>\n</tr>\n<tr>\n<td>GD</td>\n<td>Grenada</td>\n</tr>\n<tr>\n<td>GP</td>\n<td>Guadeloupe</td>\n</tr>\n<tr>\n<td>GU</td>\n<td>Guam</td>\n</tr>\n<tr>\n<td>GT</td>\n<td>Guatemala</td>\n</tr>\n<tr>\n<td>GG</td>\n<td>Guernsey</td>\n</tr>\n<tr>\n<td>GN</td>\n<td>Guinea</td>\n</tr>\n<tr>\n<td>GW</td>\n<td>Guinea-Bissau</td>\n</tr>\n<tr>\n<td>GY</td>\n<td>Guyana</td>\n</tr>\n<tr>\n<td>HT</td>\n<td>Haiti</td>\n</tr>\n<tr>\n<td>HM</td>\n<td>Heard Island and McDonald Islands</td>\n</tr>\n<tr>\n<td>HN</td>\n<td>Honduras</td>\n</tr>\n<tr>\n<td>HK</td>\n<td>Hong Kong SAR China</td>\n</tr>\n<tr>\n<td>HU</td>\n<td>Hungary</td>\n</tr>\n<tr>\n<td>IS</td>\n<td>Iceland</td>\n</tr>\n<tr>\n<td>IN</td>\n<td>India</td>\n</tr>\n<tr>\n<td>ID</td>\n<td>Indonesia</td>\n</tr>\n<tr>\n<td>IR</td>\n<td>Iran</td>\n</tr>\n<tr>\n<td>IQ</td>\n<td>Iraq</td>\n</tr>\n<tr>\n<td>IE</td>\n<td>Ireland</td>\n</tr>\n<tr>\n<td>IM</td>\n<td>Isle of Man</td>\n</tr>\n<tr>\n<td>IL</td>\n<td>Israel</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n</tr>\n<tr>\n<td>JM</td>\n<td>Jamaica</td>\n</tr>\n<tr>\n<td>JP</td>\n<td>Japan</td>\n</tr>\n<tr>\n<td>JE</td>\n<td>Jersey</td>\n</tr>\n<tr>\n<td>JT</td>\n<td>Johnston Island</td>\n</tr>\n<tr>\n<td>JO</td>\n<td>Jordan</td>\n</tr>\n<tr>\n<td>KZ</td>\n<td>Kazakhstan</td>\n</tr>\n<tr>\n<td>KE</td>\n<td>Kenya</td>\n</tr>\n<tr>\n<td>KI</td>\n<td>Kiribati</td>\n</tr>\n<tr>\n<td>KW</td>\n<td>Kuwait</td>\n</tr>\n<tr>\n<td>KG</td>\n<td>Kyrgyzstan</td>\n</tr>\n<tr>\n<td>LA</td>\n<td>Laos</td>\n</tr>\n<tr>\n<td>LV</td>\n<td>Latvia</td>\n</tr>\n<tr>\n<td>LB</td>\n<td>Lebanon</td>\n</tr>\n<tr>\n<td>LS</td>\n<td>Lesotho</td>\n</tr>\n<tr>\n<td>LR</td>\n<td>Liberia</td>\n</tr>\n<tr>\n<td>LY</td>\n<td>Libya</td>\n</tr>\n<tr>\n<td>LI</td>\n<td>Liechtenstein</td>\n</tr>\n<tr>\n<td>LT</td>\n<td>Lithuania</td>\n</tr>\n<tr>\n<td>LU</td>\n<td>Luxembourg</td>\n</tr>\n<tr>\n<td>MO</td>\n<td>Macau SAR China</td>\n</tr>\n<tr>\n<td>MK</td>\n<td>Macedonia</td>\n</tr>\n<tr>\n<td>MG</td>\n<td>Madagascar</td>\n</tr>\n<tr>\n<td>MW</td>\n<td>Malawi</td>\n</tr>\n<tr>\n<td>MY</td>\n<td>Malaysia</td>\n</tr>\n<tr>\n<td>MV</td>\n<td>Maldives</td>\n</tr>\n<tr>\n<td>ML</td>\n<td>Mali</td>\n</tr>\n<tr>\n<td>MT</td>\n<td>Malta</td>\n</tr>\n<tr>\n<td>MH</td>\n<td>Marshall Islands</td>\n</tr>\n<tr>\n<td>MQ</td>\n<td>Martinique</td>\n</tr>\n<tr>\n<td>MR</td>\n<td>Mauritania</td>\n</tr>\n<tr>\n<td>MU</td>\n<td>Mauritius</td>\n</tr>\n<tr>\n<td>YT</td>\n<td>Mayotte</td>\n</tr>\n<tr>\n<td>FX</td>\n<td>Metropolitan France</td>\n</tr>\n<tr>\n<td>MX</td>\n<td>Mexico</td>\n</tr>\n<tr>\n<td>FM</td>\n<td>Micronesia</td>\n</tr>\n<tr>\n<td>MI</td>\n<td>Midway Islands</td>\n</tr>\n<tr>\n<td>MD</td>\n<td>Moldova</td>\n</tr>\n<tr>\n<td>MC</td>\n<td>Monaco</td>\n</tr>\n<tr>\n<td>MN</td>\n<td>Mongolia</td>\n</tr>\n<tr>\n<td>ME</td>\n<td>Montenegro</td>\n</tr>\n<tr>\n<td>MS</td>\n<td>Montserrat</td>\n</tr>\n<tr>\n<td>MA</td>\n<td>Morocco</td>\n</tr>\n<tr>\n<td>MZ</td>\n<td>Mozambique</td>\n</tr>\n<tr>\n<td>MM</td>\n<td>Myanmar [Burma]</td>\n</tr>\n<tr>\n<td>NA</td>\n<td>Namibia</td>\n</tr>\n<tr>\n<td>NR</td>\n<td>Nauru</td>\n</tr>\n<tr>\n<td>NP</td>\n<td>Nepal</td>\n</tr>\n<tr>\n<td>NL</td>\n<td>Netherlands</td>\n</tr>\n<tr>\n<td>AN</td>\n<td>Netherlands Antilles</td>\n</tr>\n<tr>\n<td>NT</td>\n<td>Neutral Zone</td>\n</tr>\n<tr>\n<td>NC</td>\n<td>New Caledonia</td>\n</tr>\n<tr>\n<td>NZ</td>\n<td>New Zealand</td>\n</tr>\n<tr>\n<td>NI</td>\n<td>Nicaragua</td>\n</tr>\n<tr>\n<td>NE</td>\n<td>Niger</td>\n</tr>\n<tr>\n<td>NG</td>\n<td>Nigeria</td>\n</tr>\n<tr>\n<td>NU</td>\n<td>Niue</td>\n</tr>\n<tr>\n<td>NF</td>\n<td>Norfolk Island</td>\n</tr>\n<tr>\n<td>KP</td>\n<td>North Korea</td>\n</tr>\n<tr>\n<td>VD</td>\n<td>North Vietnam</td>\n</tr>\n<tr>\n<td>MP</td>\n<td>Northern Mariana Islands</td>\n</tr>\n<tr>\n<td>NO</td>\n<td>Norway</td>\n</tr>\n<tr>\n<td>OM</td>\n<td>Oman</td>\n</tr>\n<tr>\n<td>PC</td>\n<td>Pacific Islands Trust Territory</td>\n</tr>\n<tr>\n<td>PK</td>\n<td>Pakistan</td>\n</tr>\n<tr>\n<td>PW</td>\n<td>Palau</td>\n</tr>\n<tr>\n<td>PS</td>\n<td>Palestinian Territories</td>\n</tr>\n<tr>\n<td>PA</td>\n<td>Panama</td>\n</tr>\n<tr>\n<td>PZ</td>\n<td>Panama Canal Zone</td>\n</tr>\n<tr>\n<td>PG</td>\n<td>Papua New Guinea</td>\n</tr>\n<tr>\n<td>PY</td>\n<td>Paraguay</td>\n</tr>\n<tr>\n<td>YD</td>\n<td>People’s Democratic Republic of Yemen</td>\n</tr>\n<tr>\n<td>PE</td>\n<td>Peru</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n</tr>\n<tr>\n<td>PN</td>\n<td>Pitcairn Islands</td>\n</tr>\n<tr>\n<td>PL</td>\n<td>Poland</td>\n</tr>\n<tr>\n<td>PT</td>\n<td>Portugal</td>\n</tr>\n<tr>\n<td>PR</td>\n<td>Puerto Rico</td>\n</tr>\n<tr>\n<td>QA</td>\n<td>Qatar</td>\n</tr>\n<tr>\n<td>RO</td>\n<td>Romania</td>\n</tr>\n<tr>\n<td>RU</td>\n<td>Russia</td>\n</tr>\n<tr>\n<td>RW</td>\n<td>Rwanda</td>\n</tr>\n<tr>\n<td>RE</td>\n<td>Réunion</td>\n</tr>\n<tr>\n<td>BL</td>\n<td>Saint Barthélemy</td>\n</tr>\n<tr>\n<td>SH</td>\n<td>Saint Helena</td>\n</tr>\n<tr>\n<td>KN</td>\n<td>Saint Kitts and Nevis</td>\n</tr>\n<tr>\n<td>LC</td>\n<td>Saint Lucia</td>\n</tr>\n<tr>\n<td>MF</td>\n<td>Saint Martin</td>\n</tr>\n<tr>\n<td>PM</td>\n<td>Saint Pierre and Miquelon</td>\n</tr>\n<tr>\n<td>VC</td>\n<td>Saint Vincent and the Grenadines</td>\n</tr>\n<tr>\n<td>WS</td>\n<td>Samoa</td>\n</tr>\n<tr>\n<td>SM</td>\n<td>San Marino</td>\n</tr>\n<tr>\n<td>SA</td>\n<td>Saudi Arabia</td>\n</tr>\n<tr>\n<td>SN</td>\n<td>Senegal</td>\n</tr>\n<tr>\n<td>RS</td>\n<td>Serbia</td>\n</tr>\n<tr>\n<td>CS</td>\n<td>Serbia and Montenegro</td>\n</tr>\n<tr>\n<td>SC</td>\n<td>Seychelles</td>\n</tr>\n<tr>\n<td>SL</td>\n<td>Sierra Leone</td>\n</tr>\n<tr>\n<td>SG</td>\n<td>Singapore</td>\n</tr>\n<tr>\n<td>SK</td>\n<td>Slovakia</td>\n</tr>\n<tr>\n<td>SI</td>\n<td>Slovenia</td>\n</tr>\n<tr>\n<td>SB</td>\n<td>Solomon Islands</td>\n</tr>\n<tr>\n<td>SO</td>\n<td>Somalia</td>\n</tr>\n<tr>\n<td>ZA</td>\n<td>South Africa</td>\n</tr>\n<tr>\n<td>GS</td>\n<td>South Georgia and the South Sandwich Islands</td>\n</tr>\n<tr>\n<td>KR</td>\n<td>South Korea</td>\n</tr>\n<tr>\n<td>ES</td>\n<td>Spain</td>\n</tr>\n<tr>\n<td>LK</td>\n<td>Sri Lanka</td>\n</tr>\n<tr>\n<td>SD</td>\n<td>Sudan</td>\n</tr>\n<tr>\n<td>SR</td>\n<td>Suriname</td>\n</tr>\n<tr>\n<td>SJ</td>\n<td>Svalbard and Jan Mayen</td>\n</tr>\n<tr>\n<td>SZ</td>\n<td>Swaziland</td>\n</tr>\n<tr>\n<td>SE</td>\n<td>Sweden</td>\n</tr>\n<tr>\n<td>CH</td>\n<td>Switzerland</td>\n</tr>\n<tr>\n<td>SY</td>\n<td>Syria</td>\n</tr>\n<tr>\n<td>ST</td>\n<td>São Tomé and Príncipe</td>\n</tr>\n<tr>\n<td>TW</td>\n<td>Taiwan</td>\n</tr>\n<tr>\n<td>TJ</td>\n<td>Tajikistan</td>\n</tr>\n<tr>\n<td>TZ</td>\n<td>Tanzania</td>\n</tr>\n<tr>\n<td>TH</td>\n<td>Thailand</td>\n</tr>\n<tr>\n<td>TL</td>\n<td>Timor-Leste</td>\n</tr>\n<tr>\n<td>TG</td>\n<td>Togo</td>\n</tr>\n<tr>\n<td>TK</td>\n<td>Tokelau</td>\n</tr>\n<tr>\n<td>TO</td>\n<td>Tonga</td>\n</tr>\n<tr>\n<td>TT</td>\n<td>Trinidad and Tobago</td>\n</tr>\n<tr>\n<td>TN</td>\n<td>Tunisia</td>\n</tr>\n<tr>\n<td>TR</td>\n<td>Turkey</td>\n</tr>\n<tr>\n<td>TM</td>\n<td>Turkmenistan</td>\n</tr>\n<tr>\n<td>TC</td>\n<td>Turks and Caicos Islands</td>\n</tr>\n<tr>\n<td>TV</td>\n<td>Tuvalu</td>\n</tr>\n<tr>\n<td>UM</td>\n<td>U.S. Minor Outlying Islands</td>\n</tr>\n<tr>\n<td>PU</td>\n<td>U.S. Miscellaneous Pacific Islands</td>\n</tr>\n<tr>\n<td>VI</td>\n<td>U.S. Virgin Islands</td>\n</tr>\n<tr>\n<td>UG</td>\n<td>Uganda</td>\n</tr>\n<tr>\n<td>UA</td>\n<td>Ukraine</td>\n</tr>\n<tr>\n<td>AE</td>\n<td>United Arab Emirates</td>\n</tr>\n<tr>\n<td>UK</td>\n<td>United Kingdom</td>\n</tr>\n<tr>\n<td>US</td>\n<td>United States</td>\n</tr>\n<tr>\n<td>UY</td>\n<td>Uruguay</td>\n</tr>\n<tr>\n<td>UZ</td>\n<td>Uzbekistan</td>\n</tr>\n<tr>\n<td>VU</td>\n<td>Vanuatu</td>\n</tr>\n<tr>\n<td>VA</td>\n<td>Vatican City</td>\n</tr>\n<tr>\n<td>VE</td>\n<td>Venezuela</td>\n</tr>\n<tr>\n<td>VN</td>\n<td>Vietnam</td>\n</tr>\n<tr>\n<td>WK</td>\n<td>Wake Island</td>\n</tr>\n<tr>\n<td>WF</td>\n<td>Wallis and Futuna</td>\n</tr>\n<tr>\n<td>EH</td>\n<td>Western Sahara</td>\n</tr>\n<tr>\n<td>YE</td>\n<td>Yemen</td>\n</tr>\n<tr>\n<td>ZM</td>\n<td>Zambia</td>\n</tr>\n<tr>\n<td>ZW</td>\n<td>Zimbabwe</td>\n</tr>\n<tr>\n<td>AX</td>\n<td>Åland Islands</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"44feb454-4f88-4619-9d2d-9d7c5ac3fcdb"}],"id":"6c2ff4e2-512d-471c-bb2b-fb1fe524871c","description":"<p>The Restaurant Onboarding API collection is a group of APIs that allows certified partners to create new, check the status of, and decommission existing restaurants from their environment to the OpenTable environment.</p>\n","_postman_id":"6c2ff4e2-512d-471c-bb2b-fb1fe524871c"}]}