{ "opencollection": "1.0.0", "info": { "name": "Jupyter Notebook Jupyter Kernel Gateway Authorization API", "version": "3.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Authorization", "type": "folder" }, "items": [ { "info": { "name": "Jupyter Notebook Identify a user by token", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8888/api/authorizations/token/:token", "params": [ { "name": "token", "value": "", "type": "path", "description": "The API token to check." } ] }, "docs": "Identify the user associated with a given API token. Used by services to verify token authentication." } ] } ], "bundled": true }