{ "opencollection": "1.0.0", "info": { "name": "Assurant APEX Embedded Insurance Claims API", "version": "2026-01-01" }, "request": { "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Claims", "type": "folder" }, "items": [ { "info": { "name": "File a claim", "type": "http" }, "http": { "method": "POST", "url": "https://api-prod.portal.assurant.com/claims", "body": { "type": "json", "data": "{}" } }, "docs": "Submit a new insurance claim." }, { "info": { "name": "Get claim status", "type": "http" }, "http": { "method": "GET", "url": "https://api-prod.portal.assurant.com/claims/:claimId", "params": [ { "name": "claimId", "value": "", "type": "path" } ] }, "docs": "Retrieve the status and details of an existing claim." } ] } ], "bundled": true }