{ "opencollection": "1.0.0", "info": { "name": "Tyk Dashboard Admin Additional Permissions Health API", "version": "5.3.0" }, "request": { "auth": { "type": "apikey", "key": "Admin-Auth", "value": "{{Admin-Auth}}", "placement": "header" } }, "items": [ { "info": { "name": "Health", "type": "folder" }, "items": [ { "info": { "name": "Tyk Health Check", "type": "http" }, "http": { "method": "GET", "url": "http://localhost/health" }, "docs": "Returns OK if the service is up and running." } ] } ], "bundled": true }