{ "opencollection": "1.0.0", "info": { "name": "Fermyon Cloud accounts device-codes API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "device-codes", "type": "folder" }, "items": [ { "info": { "name": "POST /api/device-codes", "type": "http" }, "http": { "method": "POST", "url": "https://cloud.fermyon.com/api/device-codes", "headers": [ { "name": "Api-Version", "value": "" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "GET /api/device-codes/{userCode}", "type": "http" }, "http": { "method": "GET", "url": "https://cloud.fermyon.com/api/device-codes/:userCode", "headers": [ { "name": "Api-Version", "value": "" } ], "params": [ { "name": "userCode", "value": "", "type": "path" } ] } }, { "info": { "name": "POST /api/device-codes/activate", "type": "http" }, "http": { "method": "POST", "url": "https://cloud.fermyon.com/api/device-codes/activate", "headers": [ { "name": "Api-Version", "value": "" } ], "body": { "type": "json", "data": "{}" } } } ] } ], "bundled": true }