{ "opencollection": "1.0.0", "info": { "name": "API Reference async_process batch_v2_tiling_grid API", "version": "1.0.0" }, "items": [ { "info": { "name": "batch_v2_tiling_grid", "type": "folder" }, "items": [ { "info": { "name": "Get properties of all supported tiling grids", "type": "http" }, "http": { "method": "GET", "url": "https://services.sentinel-hub.com/batch/v2/tilinggrids", "params": [ { "name": "count", "value": "", "type": "query", "description": "Upper limit to the number of items to retrieve. It cannot be larger than the endpoint-specific limit. If omitted, the endpoint-specific limit is used.\nFor more records, use *viewtoken* to page through." }, { "name": "viewtoken", "value": "", "type": "query", "description": "When the total number of items is larger than *count*, the response contains *viewtoken*.\nThis *viewtoken* can be used in the next request to retrieve the next page of items.\n\nThe next page can be retrieved by repeating the query. However, replace your URL with the\nnext URL in the returned links object.\n" } ], "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 properties of all supported tiling grids" }, { "info": { "name": "Get properties of a single tiling grid", "type": "http" }, "http": { "method": "GET", "url": "https://services.sentinel-hub.com/batch/v2/tilinggrids/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Tilinggrids 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 properties of a single tiling grid" } ] } ], "bundled": true }