{ "opencollection": "1.0.0", "info": { "name": "Tyk Dashboard Admin Additional Permissions Readiness API", "version": "5.3.0" }, "request": { "auth": { "type": "apikey", "key": "Admin-Auth", "value": "{{Admin-Auth}}", "placement": "header" } }, "items": [ { "info": { "name": "Readiness", "type": "folder" }, "items": [ { "info": { "name": "Tyk Check System Readiness Status", "type": "http" }, "http": { "method": "GET", "url": "http://localhost/readiness" }, "docs": "Assesses the readiness of the system and its critical components. This endpoint determines if the system is prepared to handle requests by evaluating the status of essential services and dependencies.\n" } ] } ], "bundled": true }