{ "opencollection": "1.0.0", "info": { "name": "Liberty Mutual Renters Insurance Data Quotes API", "version": "1.0.0" }, "items": [ { "info": { "name": "Quotes", "type": "folder" }, "items": [ { "info": { "name": "Create Quote", "type": "http" }, "http": { "method": "POST", "url": "https://api.libertymutual.com/quotes", "body": { "type": "json", "data": "{}" } }, "docs": "Generate a renters insurance quote." }, { "info": { "name": "Get Quote", "type": "http" }, "http": { "method": "GET", "url": "https://api.libertymutual.com/quotes/:quoteId", "params": [ { "name": "quoteId", "value": "", "type": "path" } ] }, "docs": "Retrieve a specific insurance quote." } ] } ], "bundled": true }