Scopes
REST API accounts are scope-based.
Each account can be limited to only the operations it requires.
Currently supported scopes are:
| Scope | Description |
|---|---|
file.create | Upload/create files |
file.delete | Delete files |
file.read | Read/download files |
file.list | List files and directories |
ftpaccount.create | Create FTP accounts |
ftpaccount.delete | Delete FTP accounts |
ftpaccount.get | Retrieve FTP account details |
ftpaccount.list | List FTP accounts |
ftpaccount.update | Update FTP accounts |
We strongly recommend following the principle of least privilege and only granting the scopes your integration requires.
If you need additional scopes, for instance for webhooks, contact support.