{ "opencollection": "1.0.0", "info": { "name": "Oper Agent Documents Health API", "version": "1.0" }, "items": [ { "info": { "name": "Health", "type": "folder" }, "items": [ { "info": { "name": "api_health_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/health/", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "This View simply return a 200 for diagnostics purposes." } ] } ], "bundled": true }