{ "opencollection": "1.0.0", "info": { "name": "Travelers Claims Quoting API", "version": "v1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.travelers.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Quoting", "type": "folder" }, "items": [ { "info": { "name": "Request Commercial Insurance Quote", "type": "http" }, "http": { "method": "POST", "url": "https://api.travelers.com/v1/quotes", "body": { "type": "json", "data": "{}" } }, "docs": "Requests a commercial insurance quote for Business Owner Policies or Workers Compensation coverage. Returns indications or fully bindable quotes for eligible customers." }, { "info": { "name": "Get Quote", "type": "http" }, "http": { "method": "GET", "url": "https://api.travelers.com/v1/quotes/:quote_id", "params": [ { "name": "quote_id", "value": "", "type": "path", "description": "Quote identifier" } ] }, "docs": "Returns a previously generated insurance quote by ID." } ] } ], "bundled": true }