{ "opencollection": "1.0.0", "info": { "name": "stargate AOI Stores API", "version": "v0.1.0" }, "items": [ { "info": { "name": "Stores", "type": "folder" }, "items": [ { "info": { "name": "List stores", "type": "http" }, "http": { "method": "GET", "url": "https://api.pixxel.space/v0/stores", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "List stores under current workspace" }, { "info": { "name": "Create a store", "type": "http" }, "http": { "method": "POST", "url": "https://api.pixxel.space/v0/stores", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a store to export data to, under current workspace" }, { "info": { "name": "Delete a store", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.pixxel.space/v0/stores/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Delete Store id" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Delete a store under current workspace" } ] } ], "bundled": true }