Sr25519 - Import a key share from backup
POST/sr25519/backup/import-key-share
authorization
This API endpoint requires an API Key with at least one of the following Roles: KeysManager | KeysImporter
Imports a previously exported key share (a serialized base64 string). The key share is then stored in the Vertex and can be used for key operations.
This API returns a new key_id for the imported key share.
If the Vertex is running with the Encrypted Server Share Backup mode, export_type should be set to encrypted, otherwise, it should be set to plaintext.
Encrypted Server Share Backup mode is available as a Preview Feature, please contact the Sodot team if you want to enable it.
Request
Responses
- 200
- 400
- 401
- 404
- 500