{ "opencollection": "1.0.0", "info": { "name": "Assurant APEX Embedded Insurance Claims Products API", "version": "2026-01-01" }, "request": { "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Products", "type": "folder" }, "items": [ { "info": { "name": "List insurance products", "type": "http" }, "http": { "method": "GET", "url": "https://api-prod.portal.assurant.com/products", "params": [ { "name": "category", "value": "", "type": "query" } ] }, "docs": "Retrieve available insurance and protection products." } ] } ], "bundled": true }