{ "opencollection": "1.0.0", "info": { "name": "Citrix ShareFile REST API v3 Accounts API", "version": "3.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Accounts", "type": "folder" }, "items": [ { "info": { "name": "Get the current account information", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.sf-api.com/sf/v3/Accounts" }, "docs": "Get the current account information" } ] } ], "bundled": true }