This document provides a quick overview of the structure of the DRACOON API Version 4.
| Path | Description | Authentication | Authorization |
|---|---|---|---|
| /auth |
All APIs related to user authentication Note that some endpoints are deprecated and were replaced by OAuth 2.0 |
– | – |
| /config | System configuration | OAuth Access Token | Role Config Manager for manipulation; any user may retrieve some information |
| /downloads | APIs for file downloads without authentication headers (use if client cannot send custom headers) | Auth info in download token | – |
| /eventlog | Event log and audit information | OAuth Access Token | Role Auditor |
| /groups | User group management | OAuth Access Token | Role Groups Manager |
| /nodes | API to retrieve, create, or manipulate file system nodes (files, folders, rooms) | OAuth Access Token | Respective permissions in the data room |
| /provisioning | API for provisioning of customers | X-Sds-Service-Token | Token needs respective permissions |
| /public | Public APIs for external users (e.g. public download of files via shares) | – | – |
| /resources | Client resources (e.g. user profile picture) | – | – |
| /roles | Role management | OAuth Access Token | Any global role |
| /shares | Management of shares and file requests | OAuth Access Token | Respective permissions in the data room |
| /system | System configuration | OAuth Access Token | Role Config Manager |
| /uploads | APIs for file uploads without authentication headers (use if client cannot send custom headers) | Auth info in upload token | – |
| /user | APIs related to the current user and the corresponding account | OAuth Access Token | – |
| /users | User management | OAuth Access Token | Role Users Manager |
Kommentare
0 Kommentare
Zu diesem Beitrag können keine Kommentare hinterlassen werden.