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