How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Acronis File Sync & Share API

Manages the Acronis Files Cloud surface — devices, sync-and-share nodes, file revisions and restores, audit log — for building file collaboration and retention workflows on the Acronis platform.

Acronis File Sync & Share API is one of 21 APIs that Acronis publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Acronis, File Sync and Share, and Collaboration. The published artifact set on APIs.io includes an OpenAPI specification and an API reference.

This API exposes 37 operations across 23 paths, and defines 18 schemas. It is described by OpenAPI 3.0.0, at version v1.

Requests are made against a single base URL, https://dev-cloud.acronis.com/fc/api/v1.

37 operations 23 paths 18 schemas 5 DELETE15 GET8 POST9 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
v1
Base URL
https://{datacenter}.acronis.com/fc/api/v1
Authentication
OAuth 2.0
Resource Areas
1

Authentication & Security 1

Acronis File Sync & Share API declares 1 security scheme for authenticating requests. It supports OAuth 2.0 (oauth_2_0) using the password and authorizationCode flows.

Paths & Operations 37

Across 23 paths, the API surfaces 37 operations — 5 DELETE, 15 GET, 8 POST, 9 PUT. Each is listed below with its method, path, parameters, and response codes.

Operations 37
GET
/audit_log
Gets a list of audit log entries
Get audit log entries list 10 params → 200206403
GET
/devices
Gets a list of devices
Get devices list 3 params → 200206403
GET
/devices/{device_uuid}
Gets information about a device
Get device information 2 params → 200403404
PUT
/devices/{device_uuid}
Updates a device
Update device 2 params body → 204403404
DELETE
/devices/{device_uuid}
Deletes a device
Delete device 2 params → 204403404
POST
/sync_and_share_nodes
Creates a folder by name or path If a folder with the same name, but different letter case exists in the same location it will be renamed
Create folder body → 201403404409
GET
/sync_and_share_nodes/{node_uuid}
Gets information about a file/folder
Get file or folder information 1 param → 200403
PUT
/sync_and_share_nodes/{node_uuid}
Updates a file/folder
Update file or folder 1 param body → 204403
DELETE
/sync_and_share_nodes/{node_uuid}
Deletes a file/folder
Delete file or folder 1 param → 204403
GET
/sync_and_share_nodes/{node_uuid}/contents
Gets a list of files and folders within a folder
Get files and folders list 3 params → 200206403
GET
/sync_and_share_nodes/{node_uuid}/revisions
Gets a list of all revisions of a file/folder
Get file or folder revisions list 1 param → 200403
POST
/sync_and_share_nodes/{node_uuid}/revisions/{revision_number}
Restores specific revision of a file A new latest revision will be created that's the same as the one to restore
Restore file revision 2 params → 204400403404
GET
/sync_and_share_nodes/{node_uuid}/download
Downloads a file/folder Folders are downloaded as a ZIP archive
Get file or folder contents 1 param → 200403
POST
/sync_and_share_nodes/{node_uuid}/upload
Uploads a file If a file with same name exists in the target folder a new revision will be created
Upload file 6 params body → 201400403404
POST
/sync_and_share_nodes/{node_uuid}/copy
Copies a file/folder
Copy file or folder 1 param body → 200400403409
POST
/sync_and_share_nodes/{node_uuid}/move
Moves a file/folder
Move file or folder 1 param body → 204400403409
POST
/sync_and_share_nodes/{node_uuid}/links
Creates a file link File links can optionally be sent to multiple persons by email
Create file link 1 param body → 201400403
PUT
/sync_and_share_nodes/{node_uuid}/links/{link_id}
Updates a file link
Update file link 2 params body → 200400403
GET
/sync_and_share_nodes/{node_uuid}/members
Gets a list of folder members
Get members list 3 params → 200206403
POST
/sync_and_share_nodes/{node_uuid}/members
Creates a folder member
Create folder member 1 param body → 201400403
DELETE
/sync_and_share_nodes/{node_uuid}/members
Deletes all members
Delete all members 1 param → 204403
GET
/sync_and_share_nodes/{node_uuid}/members/{member_id}
Gets information about a member
Get member information 2 params → 200403
PUT
/sync_and_share_nodes/{node_uuid}/members/{member_id}
Updates a member
Update member 2 params body → 200400403
DELETE
/sync_and_share_nodes/{node_uuid}/members/{member_id}
Deletes a member
Delete member 2 params → 204403
POST
/sync_and_share_nodes/{node_uuid}/sync_status
Creates a sync status Creating a sync status will start syncing the folder to the desktop client
Create sync status 1 param → 204403
DELETE
/sync_and_share_nodes/{node_uuid}/sync_status
Deletes a sync status Deleting a sync status will stop syncing the folder to the desktop client
Delete sync status 1 param → 204403
GET
/settings/purging_policies
Gets the purging policies settings
Get purging policies settings 1 param → 200403
PUT
/settings/purging_policies
Updates purging policies settings
Update purging policies settings 1 param body → 204400403
GET
/settings/server
Gets the server settings
Get server settings 1 param → 200403
PUT
/settings/server
Updates the server settings
Update server settings 1 param body → 204400403
GET
/settings/audit_log
Gets the audit log settings
Get audit log settings 1 param → 200403
PUT
/settings/audit_log
Updates the audit log settings
Update audit log settings 1 param body → 204400403
GET
/settings/security
Gets the security settings
Get security settings 1 param → 200403
PUT
/settings/security
Updates the security settings
Update security settings 1 param body → 204400403
GET
/settings/web_preview
Gets the web preview settings
Get web preview settings 1 param → 200403
PUT
/settings/web_preview
Updates the web preview settings
Update web preview settings 1 param body → 204400403
GET
/users/{user_uuid}
Gets information about a user
Get user information 2 params → 200403404

Schemas 18

The contract defines 18 schemas that model the data the API accepts and returns. The most detailed are Node (23 properties), FileNode (23 properties), User (18 properties), FileLink (14 properties). Each schema is shown below with its type and property counts.

AuditLogEntry
object
11 properties 5 required
ErrorResponse
object
1 property 1 required
Device
object
Device used by users to access the service
13 properties 11 required
UUID
string
Universally unique identifier
NodeUUID
string
Node unique identifier - UUID for any user nodes - 0 for the root node
ConflictErrorResponse
object
1 property 1 required
Node
object
Single revision of a file or folder
23 properties 20 required
NodeRevision
object
12 properties 12 required
FileNode
object
Single revision of a file
23 properties 20 required
FileLink
object
14 properties 12 required
Member
object
Member of a shared folder
8 properties 8 required
PurgingPoliciesSettings
object
11 properties 11 required
ServerSettings
object
7 properties 7 required
AuditLogSettings
object
3 properties 3 required
SecuritySettings
object
9 properties 9 required
WebPreviewSettings
object
10 properties 10 required
User
object
18 properties 16 required
Locale
string
Locale code

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

acronis-files-v1-openapi.json Raw ↑

Other APIs Acronis publishes across the network.

Acronis Resource and Policy Management API
Acronis Advanced Automation API
Acronis Event Manager API
Acronis Disaster Recovery Service API
Acronis Endpoint Detection and Response API
Acronis Vault Manager REST API
Acronis Activities API
Acronis Agent Updates API
Acronis Agents API
Acronis Authentication API
Acronis Clients API
Acronis Hardware Nodes API
Where this information came from

This is an independent, third-party profile of Acronis File Sync & Share API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.