{ "opencollection": "1.0.0", "info": { "name": "SkyWatch EarthCache Archive Search Outputs API", "version": "1.7" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Outputs", "type": "folder" }, "items": [ { "info": { "name": "List outputs", "type": "http" }, "http": { "method": "GET", "url": "https://api.skywatch.co/earthcache/outputs" }, "docs": "List the reusable output configurations available to the caller." }, { "info": { "name": "Get an output", "type": "http" }, "http": { "method": "GET", "url": "https://api.skywatch.co/earthcache/outputs/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get an output" } ] } ], "bundled": true }