{ "opencollection": "1.0.0", "info": { "name": "Majesco Insurance Policy Administration Billing Distribution API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://auth.majesco.example.com/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Distribution", "type": "folder" }, "items": [ { "info": { "name": "Generate an insurance quote", "type": "http" }, "http": { "method": "POST", "url": "https://api.majesco.example.com/v1/quotes", "body": { "type": "json", "data": "{}" } }, "docs": "Submit applicant and risk data to receive a premium quote with coverage options." } ] } ], "bundled": true }