{ "opencollection": "1.0.0", "info": { "name": "Highline Auth Products API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Products", "type": "folder" }, "items": [ { "info": { "name": "List Products", "type": "http" }, "http": { "method": "GET", "url": "https://api.highline.co/products" }, "docs": "List Products" }, { "info": { "name": "Get a Product", "type": "http" }, "http": { "method": "GET", "url": "https://api.highline.co/products/:product-id", "params": [ { "name": "product-id", "value": "", "type": "path" } ] }, "docs": "Get a Product" }, { "info": { "name": "Get Product Members", "type": "http" }, "http": { "method": "GET", "url": "https://api.highline.co/products/:product-id/members", "params": [ { "name": "product-id", "value": "", "type": "path" } ] }, "docs": "Get Product Members" }, { "info": { "name": "Simulate Settlement (sandbox)", "type": "http" }, "http": { "method": "POST", "url": "https://api.highline.co/products/:product-id/simulate-settlement", "params": [ { "name": "product-id", "value": "", "type": "path" } ] }, "docs": "Simulate Settlement (sandbox)" } ] } ], "bundled": true }