{ "opencollection": "1.0.0", "info": { "name": "ready2order Public Account Token Grant Access Token API", "version": "R2-2026.30.2" }, "items": [ { "info": { "name": "Grant Access Token", "type": "folder" }, "items": [ { "info": { "name": "Create Grant Access Token", "type": "http" }, "http": { "method": "POST", "url": "https://api.ready2order.com/v1/developerToken/grantAccessToken", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create Grant Access Token" }, { "info": { "name": "Get Grant Access Token Status", "type": "http" }, "http": { "method": "GET", "url": "https://api.ready2order.com/v1/developerToken/grantAccessToken/:token", "params": [ { "name": "token", "value": "", "type": "path", "description": "Grant-access token" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get Grant Access Token Status" } ] } ], "bundled": true }