{ "opencollection": "1.0.0", "info": { "name": "Assessment Service Assessment Groups health API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "health", "type": "folder" }, "items": [ { "info": { "name": "Health check", "type": "http" }, "http": { "method": "GET", "url": "https://client.synack.com/api/assessment/v1/health" }, "docs": "get health" } ] } ], "bundled": true }