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