{ "opencollection": "1.0.0", "info": { "name": "Planet Insights Platform Data - Item Types Orders API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Orders", "type": "folder" }, "items": [ { "info": { "name": "List orders", "type": "http" }, "http": { "method": "GET", "url": "https://api.planet.com/compute/ops/orders/v2" }, "docs": "List orders" }, { "info": { "name": "Create order", "type": "http" }, "http": { "method": "POST", "url": "https://api.planet.com/compute/ops/orders/v2", "body": { "type": "json", "data": "{}" } }, "docs": "Create order" }, { "info": { "name": "Get order", "type": "http" }, "http": { "method": "GET", "url": "https://api.planet.com/compute/ops/orders/v2/:order_id", "params": [ { "name": "order_id", "value": "", "type": "path" } ] }, "docs": "Get order" }, { "info": { "name": "Cancel an order", "type": "http" }, "http": { "method": "PUT", "url": "https://api.planet.com/compute/ops/orders/v2/:order_id", "params": [ { "name": "order_id", "value": "", "type": "path" } ] }, "docs": "Cancel an order" }, { "info": { "name": "Cancel orders in bulk", "type": "http" }, "http": { "method": "POST", "url": "https://api.planet.com/compute/ops/bulk/orders/v2/cancel", "body": { "type": "json", "data": "{}" } }, "docs": "Cancel orders in bulk" }, { "info": { "name": "Aggregated order stats", "type": "http" }, "http": { "method": "GET", "url": "https://api.planet.com/compute/ops/stats/orders/v2" }, "docs": "Aggregated order stats" } ] } ], "bundled": true }