{ "opencollection": "1.0.0", "info": { "name": "Just Eat UK Attempted Delivery API Restaurant Webhooks API", "version": "3.0" }, "items": [ { "info": { "name": "Restaurant Webhooks", "type": "folder" }, "items": [ { "info": { "name": "Menu ingestion complete", "type": "http" }, "http": { "method": "POST", "url": "https://uk.api.just-eat.io/menu-ingestion-complete", "body": { "type": "json", "data": "{}" } }, "docs": "Callback to confirm that an attempt to ingest a menu has completed either successfully or unsuccessfully" }, { "info": { "name": "Order time updated", "type": "http" }, "http": { "method": "POST", "url": "https://uk.api.just-eat.io/order-time-updated", "body": { "type": "json", "data": "{}" } }, "docs": "Callback to notify recipients that there has been a change to the restaurant order times for a given day and service type" } ] } ], "bundled": true }