{ "opencollection": "1.0.0", "info": { "name": "Planet Insights Platform Data - Item Types Subscriptions API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Subscriptions", "type": "folder" }, "items": [ { "info": { "name": "List subscriptions", "type": "http" }, "http": { "method": "GET", "url": "https://api.planet.com/subscriptions/v1" }, "docs": "List subscriptions" }, { "info": { "name": "Create a subscription", "type": "http" }, "http": { "method": "POST", "url": "https://api.planet.com/subscriptions/v1", "body": { "type": "json", "data": "{}" } }, "docs": "Create a subscription" }, { "info": { "name": "Create multiple subscriptions", "type": "http" }, "http": { "method": "POST", "url": "https://api.planet.com/subscriptions/v1/bulk", "body": { "type": "json", "data": "{}" } }, "docs": "Create multiple subscriptions" }, { "info": { "name": "Summary of all subscriptions", "type": "http" }, "http": { "method": "GET", "url": "https://api.planet.com/subscriptions/v1/summary" }, "docs": "Summary of all subscriptions" }, { "info": { "name": "Get a subscription", "type": "http" }, "http": { "method": "GET", "url": "https://api.planet.com/subscriptions/v1/:subscriptionId", "params": [ { "name": "subscriptionId", "value": "", "type": "path" } ] }, "docs": "Get a subscription" }, { "info": { "name": "Update a subscription", "type": "http" }, "http": { "method": "PUT", "url": "https://api.planet.com/subscriptions/v1/:subscriptionId", "params": [ { "name": "subscriptionId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a subscription" }, { "info": { "name": "Patch a subscription", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.planet.com/subscriptions/v1/:subscriptionId", "params": [ { "name": "subscriptionId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Patch a subscription" }, { "info": { "name": "Cancel a subscription", "type": "http" }, "http": { "method": "POST", "url": "https://api.planet.com/subscriptions/v1/:subscriptionId/cancel", "params": [ { "name": "subscriptionId", "value": "", "type": "path" } ] }, "docs": "Cancel a subscription" }, { "info": { "name": "Suspend a subscription", "type": "http" }, "http": { "method": "POST", "url": "https://api.planet.com/subscriptions/v1/:subscriptionId/suspend", "params": [ { "name": "subscriptionId", "value": "", "type": "path" } ] }, "docs": "Suspend a subscription" }, { "info": { "name": "Reactivate a subscription", "type": "http" }, "http": { "method": "POST", "url": "https://api.planet.com/subscriptions/v1/:subscriptionId/reactivate", "params": [ { "name": "subscriptionId", "value": "", "type": "path" } ] }, "docs": "Reactivate a subscription" }, { "info": { "name": "Get subscription results", "type": "http" }, "http": { "method": "GET", "url": "https://api.planet.com/subscriptions/v1/:subscriptionId/results", "params": [ { "name": "subscriptionId", "value": "", "type": "path" } ] }, "docs": "Get subscription results" }, { "info": { "name": "Get subscription results summary", "type": "http" }, "http": { "method": "GET", "url": "https://api.planet.com/subscriptions/v1/:subscriptionId/summary", "params": [ { "name": "subscriptionId", "value": "", "type": "path" } ] }, "docs": "Get subscription results summary" } ] } ], "bundled": true }