Backup and Recovery
Last updated
Last updated
Backup and Recovery Kit lets users gain access to their wallet via Cloud Storage in case they've lost access to their device or uninstalled their wallet.
To start your Backup process, you make a POST request
to /wallet/user-backup
To initiate the process, the required parameter is:
userEmail - The email address of the user.
POST
https://dev-api.altra.click/wallet/user-backup
Name | Type | Description |
---|---|---|
userEmail* | String | eMail of the user getting backed up |
The API response returns an array of encrypted keys generated for the user's new wallets. We strongly advise backing up these keys in a cloud storage service like Google Drive, iCloud, or Dropbox for safety. To setup any of them click any of the cards below to configure.
To start your Recovery process, you make a POST request
to /wallet/recovery
To initiate the process, the required parameter is:
keys - The users encrypted keys that were backed up should be fetched and returned as an array to enable recovery.
POST
https://dev-api.altra.click/wallet/recovery
Name | Type | Description |
---|---|---|
keys* | String | Encrypted keys of user backed up |
💾 Configure G-Drive
🍏 Configure iCloud
📦 Configure Dropbox