{ "opencollection": "1.0.0", "info": { "name": "API Reference async_process metadata_location API", "version": "1.0.0" }, "items": [ { "info": { "name": "metadata_location", "type": "folder" }, "items": [ { "info": { "name": "List all locations", "type": "http" }, "http": { "method": "GET", "url": "https://services.sentinel-hub.com/api/v1/metadata/location", "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://services.sentinel-hub.com/auth/realms/main/protocol/openid-connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "List all available Sentinel Hub deployment locations including their metadata" }, { "info": { "name": "Speficic Location", "type": "http" }, "http": { "method": "GET", "url": "https://services.sentinel-hub.com/api/v1/metadata/location/:locationId", "params": [ { "name": "locationId", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://services.sentinel-hub.com/auth/realms/main/protocol/openid-connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Metadata on specific deployment location" } ] } ], "bundled": true }