{ "opencollection": "1.0.0", "info": { "name": "Insurance API", "version": "v1.0" }, "items": [ { "info": { "name": "Quotation", "type": "folder" }, "items": [ { "info": { "name": "Request for one or bulk quotations", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/quotation", "headers": [ { "name": "channelId", "value": "" }, { "name": "targetSystem", "value": "" }, { "name": "transactionId", "value": "" } ] }, "docs": "Provides the ability for channels to request for one or bulk quotations." } ] }, { "info": { "name": "Policy", "type": "folder" }, "items": [ { "info": { "name": "Create a set of new policies based on a quote", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/application", "headers": [ { "name": "channelId", "value": "" }, { "name": "targetSystem", "value": "" }, { "name": "transactionId", "value": "" } ] }, "docs": "Provides the ability for channels to submit application to create one or more policies based on a given quote." } ] } ], "bundled": true }