{ "opencollection": "1.0.0", "info": { "name": "JupyterHub REST Activity General API", "version": "5.2.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "General", "type": "folder" }, "items": [ { "info": { "name": "JupyterHub Get version", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8000/hub/api/" }, "docs": "Returns the version of the running JupyterHub instance. Does not require authentication." }, { "info": { "name": "JupyterHub Get detailed info", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8000/hub/api/info" }, "docs": "Returns detailed information about the running Hub, including authenticator and spawner classes." } ] } ], "bundled": true }