{ "opencollection": "1.0.0", "info": { "name": "Citrix ShareFile REST API v3 Accounts Shares API", "version": "3.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Shares", "type": "folder" }, "items": [ { "info": { "name": "List shares", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.sf-api.com/sf/v3/Shares" }, "docs": "List shares" }, { "info": { "name": "Create a share", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.sf-api.com/sf/v3/Shares", "body": { "type": "json", "data": "{}" } }, "docs": "Create a share" }, { "info": { "name": "Get a share", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.sf-api.com/sf/v3/Shares(:id)", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a share" }, { "info": { "name": "Delete a share", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.sf-api.com/sf/v3/Shares(:id)", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete a share" } ] } ], "bundled": true }