{ "opencollection": "1.0.0", "info": { "name": "Jupyter Notebook Jupyter Kernel Gateway Authorization Services API", "version": "3.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Services", "type": "folder" }, "items": [ { "info": { "name": "Jupyter Notebook List services", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8888/api/services" }, "docs": "List all registered JupyterHub services." }, { "info": { "name": "Jupyter Notebook Get service details", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8888/api/services/:name", "params": [ { "name": "name", "value": "", "type": "path", "description": "Service name." } ] }, "docs": "Get information about a specific service." } ] } ], "bundled": true }