Cloud Reference
Cloud domain API for managing and sharing files and folders
|
Create, update, list, and delete folders.
- GET
/api/v1/cloud/folders— List folders - POST
/api/v1/cloud/folders— Create a folder - GET
/api/v1/cloud/folders/{id}— Get a folder - PATCH
/api/v1/cloud/folders/{id}— Update a folder - DELETE
/api/v1/cloud/folders/{id}— Delete a folder
List, move, and delete files.
- GET
/api/v1/cloud/files— List files - POST
/api/v1/cloud/files/{id}/move— Move a file - DELETE
/api/v1/cloud/files/{id}— Delete a file
View change history of cloud data.
- GET
/api/v1/cloud/audit-logs— List audit logs