{ "opencollection": "1.0.0", "info": { "name": "Duck Creek Policy Administration Billing Quotes API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.duckcreek.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Quotes", "type": "folder" }, "items": [ { "info": { "name": "Create a policy quote", "type": "http" }, "http": { "method": "POST", "url": "https://api.duckcreek.com/v1/quotes", "body": { "type": "json", "data": "{}" } }, "docs": "Generates an insurance quote with premium calculation for the specified risk. Returns full premium breakdown and underwriting messages." } ] } ], "bundled": true }