{ "opencollection": "1.0.0", "info": { "name": "API Reference async_process dataimport_quota API", "version": "1.0.0" }, "items": [ { "info": { "name": "dataimport_quota", "type": "folder" }, "items": [ { "info": { "name": "Get import quotas", "type": "http" }, "http": { "method": "GET", "url": "https://services.sentinel-hub.com/api/v1/dataimport/accountquotas", "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": "Get the list of your import quotas for all providers and collections" }, { "info": { "name": "Get import quota", "type": "http" }, "http": { "method": "GET", "url": "https://services.sentinel-hub.com/api/v1/dataimport/accountquotas/:collectionId", "params": [ { "name": "collectionId", "value": "", "type": "path", "description": "Collection ID" } ], "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": "Get the import quota for the specified collection" } ] } ], "bundled": true }