{ "opencollection": "1.0.0", "info": { "name": "stargate AOI Project API", "version": "v0.1.0" }, "items": [ { "info": { "name": "Project", "type": "folder" }, "items": [ { "info": { "name": "List projects", "type": "http" }, "http": { "method": "GET", "url": "https://api.pixxel.space/v0/projects", "params": [ { "name": "page_num", "value": "", "type": "query", "description": "Page number" }, { "name": "page_size", "value": "", "type": "query", "description": "Page size" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "List projects for the service user" }, { "info": { "name": "Get project", "type": "http" }, "http": { "method": "GET", "url": "https://api.pixxel.space/v0/projects/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Project ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get project by ID. Only the projects under current service user will be accessible." } ] } ], "bundled": true }