{ "opencollection": "1.0.0", "info": { "name": "Egnyte Public File System Permissions API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://{domain}.egnyte.com/puboauth/token", "accessTokenUrl": "https://{domain}.egnyte.com/puboauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Permissions", "type": "folder" }, "items": [ { "info": { "name": "List folder permissions", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.egnyte.com/pubapi/v1/perms/:path", "params": [ { "name": "path", "value": "", "type": "path" } ] }, "docs": "List folder permissions" } ] } ], "bundled": true }