{ "opencollection": "1.0.0", "info": { "name": "Allianz API Connect Certificates Leads 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": "Leads", "type": "folder" }, "items": [ { "info": { "name": "Allianz API Connect Create Instant Lead Referral", "type": "http" }, "http": { "method": "POST", "url": "https://api.allianz.com.au/v1/leads", "body": { "type": "json", "data": "{}" } }, "docs": "Push insurance leads to the Allianz sales team with a single click to earn referral commission. Enables effortless lead routing to Allianz for partner organisations." } ] } ], "bundled": true }