{ "opencollection": "1.0.0", "info": { "name": "Travelers Claims Policies 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": "Policies", "type": "folder" }, "items": [ { "info": { "name": "List Policies", "type": "http" }, "http": { "method": "GET", "url": "https://api.travelers.com/v1/policies", "params": [ { "name": "status", "value": "", "type": "query", "description": "Filter by policy status" }, { "name": "policy_type", "value": "", "type": "query", "description": "Filter by policy type" } ] }, "docs": "Returns a list of commercial insurance policies for the authenticated organization." }, { "info": { "name": "Get Policy", "type": "http" }, "http": { "method": "GET", "url": "https://api.travelers.com/v1/policies/:policy_number", "params": [ { "name": "policy_number", "value": "", "type": "path", "description": "The policy number" } ] }, "docs": "Returns details of a specific insurance policy." } ] } ], "bundled": true }