{ "opencollection": "1.0.0", "info": { "name": "Offer Tool Products API", "version": "1.0" }, "items": [ { "info": { "name": "Products", "type": "folder" }, "items": [ { "info": { "name": "List all products", "type": "http" }, "http": { "method": "GET", "url": "https://heartbeat.1komma5grad.com/api/v1/product" }, "docs": "List all products" }, { "info": { "name": "Get product", "type": "http" }, "http": { "method": "GET", "url": "https://heartbeat.1komma5grad.com/api/v1/product/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "relationships", "value": "", "type": "query", "description": "Comma-separated list of relationships to include (e.g., brochures)" } ] }, "docs": "Get product" } ] } ], "bundled": true }