{ "opencollection": "1.0.0", "info": { "name": "Dremio Intelligent Lakehouse REST Authentication PAT API", "version": "3.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "PAT", "type": "folder" }, "items": [ { "info": { "name": "List personal access tokens for a user", "type": "http" }, "http": { "method": "GET", "url": "https://{hostname}/api/v3/users/:userId/tokens", "params": [ { "name": "userId", "value": "", "type": "path" } ] }, "docs": "List personal access tokens for a user" }, { "info": { "name": "Create a personal access token", "type": "http" }, "http": { "method": "POST", "url": "https://{hostname}/api/v3/users/:userId/tokens", "params": [ { "name": "userId", "value": "", "type": "path" } ] }, "docs": "Create a personal access token" } ] } ], "bundled": true }