{ "opencollection": "1.0.0", "info": { "name": "Tyk Dashboard Admin Additional Permissions Health Checking API", "version": "5.3.0" }, "request": { "auth": { "type": "apikey", "key": "Admin-Auth", "value": "{{Admin-Auth}}", "placement": "header" } }, "items": [ { "info": { "name": "Health Checking", "type": "folder" }, "items": [ { "info": { "name": "Check the Health of the Tyk Gateway.", "type": "http" }, "http": { "method": "GET", "url": "http://localhost/hello" }, "docs": "From v2.7.5 you can now rename the `/hello` endpoint by using the `health_check_endpoint_name` option." } ] } ], "bundled": true }