{ "opencollection": "1.0.0", "info": { "name": "Tyk Dashboard Admin Additional Permissions Config API", "version": "5.3.0" }, "request": { "auth": { "type": "apikey", "key": "Admin-Auth", "value": "{{Admin-Auth}}", "placement": "header" } }, "items": [ { "info": { "name": "Config", "type": "folder" }, "items": [ { "info": { "name": "Tyk Retrieve Current Configuration Status", "type": "http" }, "http": { "method": "GET", "url": "http://localhost/config", "headers": [ { "name": "X-Tyk-Authorization", "value": "your-secret-key" } ] }, "docs": "Returns the current configuration status of the system.\n\nExample curl command:\n```\ncurl -X GET \\\nhttp://localhost:8181/config \\\n-H 'X-Tyk-Authorization: your-secret-key'\n```\n" } ] } ], "bundled": true }