{ "opencollection": "1.0.0", "info": { "name": "ready2order Public Account Token Language API", "version": "R2-2026.30.2" }, "items": [ { "info": { "name": "Language", "type": "folder" }, "items": [ { "info": { "name": "List all Languages", "type": "http" }, "http": { "method": "GET", "url": "https://api.ready2order.com/v1/languages", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "List all Languages" }, { "info": { "name": "Find Language by Id", "type": "http" }, "http": { "method": "GET", "url": "https://api.ready2order.com/v1/languages/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Language ID to find" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Find Language by Id" } ] } ], "bundled": true }