{ "opencollection": "1.0.0", "info": { "name": "Fortify on Demand Alert Definitions System API", "version": "v3" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "System", "type": "folder" }, "items": [ { "info": { "name": "Fortify Get system health", "type": "http" }, "http": { "method": "GET", "url": "https://api.ams.fortify.com/health" }, "docs": "Returns the health status of the ScanCentral DAST system, including database connectivity and service availability." } ] } ], "bundled": true }