{ "opencollection": "1.0.0", "info": { "name": "Node-RED Admin Auth API", "version": "4.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Auth", "type": "folder" }, "items": [ { "info": { "name": "Get the active authentication scheme", "type": "http" }, "http": { "method": "GET", "url": "http://{host}:{port}/auth/login" }, "docs": "Get the active authentication scheme" }, { "info": { "name": "Exchange credentials for an access token", "type": "http" }, "http": { "method": "POST", "url": "http://{host}:{port}/auth/token", "body": { "type": "json", "data": "{}" } }, "docs": "Exchange credentials for an access token" }, { "info": { "name": "Revoke an access token", "type": "http" }, "http": { "method": "POST", "url": "http://{host}:{port}/auth/revoke" }, "docs": "Revoke an access token" } ] } ], "bundled": true }