{ "opencollection": "1.0.0", "info": { "name": "Escape Public Asm Statistics API", "version": "3.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-ESCAPE-API-KEY", "value": "{{X-ESCAPE-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Statistics", "type": "folder" }, "items": [ { "info": { "name": "Get organization statistics", "type": "http" }, "http": { "method": "GET", "url": "https://public.escape.tech/v3/statistics" }, "docs": "Get a high-level overview of the organization security posture: application count, asset count, and open issue counts by severity." } ] } ], "bundled": true }