{ "opencollection": "1.0.0", "info": { "name": "Allianz API Connect Certificates Policy Details API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.allianz.com.au/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Policy Details", "type": "folder" }, "items": [ { "info": { "name": "Allianz API Connect Get Policy Details Assisted", "type": "http" }, "http": { "method": "POST", "url": "https://api.allianz.com.au/v1/policy-details/assisted", "body": { "type": "json", "data": "{}" } }, "docs": "Enable sales staff to complete insurance quotes on customers' behalves through a staff-assisted workflow, taking full control of the insurance journey." }, { "info": { "name": "Allianz API Connect Create Policy Details Self Service", "type": "http" }, "http": { "method": "POST", "url": "https://api.allianz.com.au/v1/policy-details/self-service", "body": { "type": "json", "data": "{}" } }, "docs": "Empower customers with direct access to complete insurance quotes via internet banking or partner digital platforms without staff assistance." } ] } ], "bundled": true }