{ "opencollection": "1.0.0", "info": { "name": "Tyk Dashboard Admin Additional Permissions Liveness API", "version": "5.3.0" }, "request": { "auth": { "type": "apikey", "key": "Admin-Auth", "value": "{{Admin-Auth}}", "placement": "header" } }, "items": [ { "info": { "name": "Liveness", "type": "folder" }, "items": [ { "info": { "name": "Tyk Check Liveness Status", "type": "http" }, "http": { "method": "GET", "url": "http://localhost/liveness" }, "docs": "Provides the liveness status of the service." } ] } ], "bundled": true }