{ "opencollection": "1.0.0", "info": { "name": "Sequence Billing Schedules Products API", "version": "2024-07-30" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Products", "type": "folder" }, "items": [ { "info": { "name": "List products", "type": "http" }, "http": { "method": "GET", "url": "https://eu.sequencehq.com/products" }, "docs": "Lists products in the catalog. Confirmed against the live Sequence API reference (host and path). Response schema modeled." }, { "info": { "name": "Create a product", "type": "http" }, "http": { "method": "POST", "url": "https://eu.sequencehq.com/products", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a product. Schema modeled." }, { "info": { "name": "List prices", "type": "http" }, "http": { "method": "GET", "url": "https://eu.sequencehq.com/prices" }, "docs": "Lists prices. Path and schema modeled from the documented \"List all Prices\" operation." }, { "info": { "name": "Create a price", "type": "http" }, "http": { "method": "POST", "url": "https://eu.sequencehq.com/prices", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a price. Path and schema modeled." } ] } ], "bundled": true }