{ "opencollection": "1.0.0", "info": { "name": "Orb Alerts Plans API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Plans", "type": "folder" }, "items": [ { "info": { "name": "List plans", "type": "http" }, "http": { "method": "GET", "url": "https://api.withorb.com/v1/plans", "params": [ { "name": "cursor", "value": "", "type": "query", "description": "An opaque cursor for the next page of results." }, { "name": "limit", "value": "", "type": "query", "description": "The number of items to return per page (default 20, max 100)." } ] }, "docs": "List plans" }, { "info": { "name": "Create plan", "type": "http" }, "http": { "method": "POST", "url": "https://api.withorb.com/v1/plans", "body": { "type": "json", "data": "{}" } }, "docs": "Create plan" }, { "info": { "name": "Fetch plan", "type": "http" }, "http": { "method": "GET", "url": "https://api.withorb.com/v1/plans/:plan_id", "params": [ { "name": "plan_id", "value": "", "type": "path" } ] }, "docs": "Fetch plan" }, { "info": { "name": "Update plan", "type": "http" }, "http": { "method": "PUT", "url": "https://api.withorb.com/v1/plans/:plan_id", "params": [ { "name": "plan_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update plan" } ] } ], "bundled": true }