{ "opencollection": "1.0.0", "info": { "name": "Orb Alerts Prices API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Prices", "type": "folder" }, "items": [ { "info": { "name": "List prices", "type": "http" }, "http": { "method": "GET", "url": "https://api.withorb.com/v1/prices", "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 prices" }, { "info": { "name": "Create price", "type": "http" }, "http": { "method": "POST", "url": "https://api.withorb.com/v1/prices", "body": { "type": "json", "data": "{}" } }, "docs": "Create price" }, { "info": { "name": "Fetch price", "type": "http" }, "http": { "method": "GET", "url": "https://api.withorb.com/v1/prices/:price_id", "params": [ { "name": "price_id", "value": "", "type": "path" } ] }, "docs": "Fetch price" }, { "info": { "name": "Evaluate multiple prices", "type": "http" }, "http": { "method": "POST", "url": "https://api.withorb.com/v1/prices/evaluate", "body": { "type": "json", "data": "{}" } }, "docs": "Evaluates one or more prices against a set of events over a timeframe." } ] } ], "bundled": true }