{ "opencollection": "1.0.0", "info": { "name": "Argus Enterprise Core Authentication Health API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Health", "type": "folder" }, "items": [ { "info": { "name": "Argus Enterprise Get Service Health", "type": "http" }, "http": { "method": "GET", "url": "https://api.argusenterprise.com/v1/health" }, "docs": "Check the health status of the webhook service, including delivery queue depth and recent error rates." } ] } ], "bundled": true }