{ "opencollection": "1.0.0", "info": { "name": "smolfleet apikeys API", "version": "0.1.0" }, "items": [ { "info": { "name": "apikeys", "type": "folder" }, "items": [ { "info": { "name": "apikey_list", "type": "http" }, "http": { "method": "GET", "url": "https://api.smolmachines.com/v1/apikeys" } }, { "info": { "name": "apikey_create", "type": "http" }, "http": { "method": "POST", "url": "https://api.smolmachines.com/v1/apikeys", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "apikey_delete", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.smolmachines.com/v1/apikeys/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "API key id" } ] } } ] } ], "bundled": true }