{ "opencollection": "1.0.0", "info": { "name": "ready2order Public Account Token Print Job API", "version": "R2-2026.30.2" }, "items": [ { "info": { "name": "Print Job", "type": "folder" }, "items": [ { "info": { "name": "Get Not Printed", "type": "http" }, "http": { "method": "GET", "url": "https://api.ready2order.com/v1/print", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get Not Printed" }, { "info": { "name": "Create a new Print Job", "type": "http" }, "http": { "method": "POST", "url": "https://api.ready2order.com/v1/print", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a new Print Job" }, { "info": { "name": "Delete Print Job by Id", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.ready2order.com/v1/print/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Customer ID to find" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Delete Print Job by Id" } ] } ], "bundled": true }