{ "opencollection": "1.0.0", "info": { "name": "Assurant APEX Embedded Insurance Claims Enrollments API", "version": "2026-01-01" }, "request": { "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Enrollments", "type": "folder" }, "items": [ { "info": { "name": "Create enrollment", "type": "http" }, "http": { "method": "POST", "url": "https://api-prod.portal.assurant.com/enrollments", "body": { "type": "json", "data": "{}" } }, "docs": "Enroll a customer in an insurance or protection product." } ] } ], "bundled": true }