{ "opencollection": "1.0.0", "info": { "name": "Boost Insurance Authentication Quotes API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.insurtech.dev/auth/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Quotes", "type": "folder" }, "items": [ { "info": { "name": "Create a quote.", "type": "http" }, "http": { "method": "POST", "url": "https://api.insurtech.dev/quotes" }, "docs": "Rate and quote insurance coverage by submitting applicant, coverage, and program data. Returns a Quote that can later be modified, documented, and converted into a Policy." } ] } ], "bundled": true }