{ "opencollection": "1.0.0", "info": { "name": "ready2order Public Account Token Printer API", "version": "R2-2026.30.2" }, "items": [ { "info": { "name": "Printer", "type": "folder" }, "items": [ { "info": { "name": "List printers", "type": "http" }, "http": { "method": "GET", "url": "https://api.ready2order.com/v1/printer", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Returns all printers registered to the account." }, { "info": { "name": "Get a printer", "type": "http" }, "http": { "method": "GET", "url": "https://api.ready2order.com/v1/printer/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Printer ID to find" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Returns a single printer by its ID." }, { "info": { "name": "Send a test print", "type": "http" }, "http": { "method": "POST", "url": "https://api.ready2order.com/v1/printer/testPrint", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Sends a test page to the account's configured default printer. If no default printer is configured, the test is sent to all printers on the account." } ] } ], "bundled": true }