{ "opencollection": "1.0.0", "info": { "name": "ready2order Public Account Token Webhook API", "version": "R2-2026.30.2" }, "items": [ { "info": { "name": "Webhook", "type": "folder" }, "items": [ { "info": { "name": "Find", "type": "http" }, "http": { "method": "GET", "url": "https://api.ready2order.com/v1/webhook", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Find" }, { "info": { "name": "Update Webhook Url", "type": "http" }, "http": { "method": "PUT", "url": "https://api.ready2order.com/v1/webhook", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update Webhook Url" }, { "info": { "name": "Find Webhook Events", "type": "http" }, "http": { "method": "GET", "url": "https://api.ready2order.com/v1/webhook/events", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Find Webhook Events" }, { "info": { "name": "Update Webhook Event", "type": "http" }, "http": { "method": "PUT", "url": "https://api.ready2order.com/v1/webhook/events", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update Webhook Event" } ] } ], "bundled": true }