{ "opencollection": "1.0.0", "info": { "name": "Maxar Geospatial Platform (Vantor Hub) Authentication Discovery API", "version": "1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Discovery", "type": "folder" }, "items": [ { "info": { "name": "Search STAC items", "type": "http" }, "http": { "method": "GET", "url": "https://api.maxar.com/discovery/stac/search", "params": [ { "name": "collections", "value": "", "type": "query" }, { "name": "bbox", "value": "", "type": "query" }, { "name": "datetime", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ] }, "docs": "Retrieve items matching filters." }, { "info": { "name": "Search STAC items (POST body)", "type": "http" }, "http": { "method": "POST", "url": "https://api.maxar.com/discovery/stac/search", "body": { "type": "json", "data": "{}" } }, "docs": "Search STAC items (POST body)" }, { "info": { "name": "List STAC collections", "type": "http" }, "http": { "method": "GET", "url": "https://api.maxar.com/discovery/stac/collections" }, "docs": "List STAC collections" }, { "info": { "name": "Get STAC items", "type": "http" }, "http": { "method": "GET", "url": "https://api.maxar.com/discovery/stac/items" }, "docs": "Get STAC items" }, { "info": { "name": "List discoverable / filterable queryables", "type": "http" }, "http": { "method": "GET", "url": "https://api.maxar.com/discovery/stac/queryables" }, "docs": "List discoverable / filterable queryables" }, { "info": { "name": "Search with filtering and return tiles", "type": "http" }, "http": { "method": "GET", "url": "https://api.maxar.com/discovery/stac/image-grid" }, "docs": "Search with filtering and return tiles" }, { "info": { "name": "Search with filtering and return tiles (POST body)", "type": "http" }, "http": { "method": "POST", "url": "https://api.maxar.com/discovery/stac/image-grid", "body": { "type": "json", "data": "{}" } }, "docs": "Search with filtering and return tiles (POST body)" } ] } ], "bundled": true }