{ "opencollection": "1.0.0", "info": { "name": "API Reference async_process dataimport_subscription_tile_delivery API", "version": "1.0.0" }, "items": [ { "info": { "name": "dataimport_subscription_tile_delivery", "type": "folder" }, "items": [ { "info": { "name": "Get the tiles of a subscription delivery", "type": "http" }, "http": { "method": "GET", "url": "https://services.sentinel-hub.com/api/v1/dataimport/subscriptions/:subscriptionId/deliveries/:deliveryId/tiles", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "Subscription ID" }, { "name": "deliveryId", "value": "", "type": "path", "description": "Delivery 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": "The delivery tiles correspond to BYOC tiles that were created during the ingestion of this delivery.\nThus their corresponding IDs will match. While for most deliveries just one tile is created, for the\nlargest ones there can be tens of tiles.\n\nOnly tiles from last 3 months can be retrieved." }, { "info": { "name": "Get a subscription delivery tile.", "type": "http" }, "http": { "method": "GET", "url": "https://services.sentinel-hub.com/api/v1/dataimport/subscriptions/:subscriptionId/deliveries/:deliveryId/tiles/:tileId", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "Subscription ID" }, { "name": "deliveryId", "value": "", "type": "path", "description": "Delivery ID" }, { "name": "tileId", "value": "", "type": "path", "description": "Tile 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": "Only tiles from last 3 months can be retrieved." } ] } ], "bundled": true }