ShareFile REST API v3

REST API for ShareFile providing access to items, folders, files, users, groups, shares, devices, accounts, and workflows. Authentication uses OAuth 2.0 with multiple supported grant types including authorization code, password, and SAML assertion exchange, returning Bearer access tokens scoped to a customer subdomain.

API entry from apis.yml

apis.yml Raw ↑
aid: citrix-sharefile:rest-api-v3
name: ShareFile REST API v3
description: REST API for ShareFile providing access to items, folders, files, users, groups, shares,
  devices, accounts, and workflows. Authentication uses OAuth 2.0 with multiple supported grant types
  including authorization code, password, and SAML assertion exchange, returning Bearer access tokens
  scoped to a customer subdomain.
humanURL: https://api.sharefile.com/
baseURL: https://{subdomain}.sf-api.com/sf/v3
tags:
- Files
- Folders
- Items
- Users
- Groups
- Shares
- OAuth 2.0
properties:
- type: Documentation
  url: https://api.sharefile.com/
- type: REST Reference
  url: https://api.sharefile.com/rest
- type: .NET SDK
  url: https://github.com/citrix/ShareFile-NET
- type: Objective-C SDK
  url: https://github.com/citrix/ShareFile-ObjectiveC