{ "opencollection": "1.0.0", "info": { "name": "Just Eat UK Attempted Delivery API Restaurant Events Webhooks API", "version": "3.0" }, "items": [ { "info": { "name": "Restaurant Events Webhooks", "type": "folder" }, "items": [ { "info": { "name": "Restaurant Offline Status", "type": "http" }, "http": { "method": "PUT", "url": "https://uk.api.just-eat.io/restaurant-offline-status", "body": { "type": "json", "data": "{}" } }, "docs": "Callback to notify that a restaurant has been taken offline through an active Restaurant Event or there's been a change in whether the restaurant can override a previous offline status." }, { "info": { "name": "Restaurant Online Status", "type": "http" }, "http": { "method": "PUT", "url": "https://uk.api.just-eat.io/restaurant-online-status", "body": { "type": "json", "data": "{}" } }, "docs": "Callback to notify that a restaurant is now able to come back online as there are no longer any active offline Restaurant Events" } ] } ], "bundled": true }