{ "opencollection": "1.0.0", "info": { "name": "Egnyte Public File System Links 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": "Links", "type": "folder" }, "items": [ { "info": { "name": "Create a shared link", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.egnyte.com/pubapi/v1/links", "body": { "type": "json", "data": "{}" } }, "docs": "Create a shared link" } ] } ], "bundled": true }