Cloud Sync

Initialize cloud sync with credentials

post/sync/init

Request body

tokenstring required

API token for cloud authentication

passwordstring required

Password for encryption key derivation

machine_idstring nullable

Machine ID for this device (optional, will be generated if not provided)

sync_interval_secsinteger nullable

Sync interval in seconds (optional, defaults to 300)

Response

Sync initialized

successboolean required
is_new_userboolean required
machine_idstring required

Changes