Ecdsa - Export a key share for backup
POST/ecdsa/backup/export-key-share
authorization
This API endpoint requires an API Key with at least one of the following Roles: KeysManager | KeysExporter
Export the key share associated with the given key_id.
The key share is returned as a base64 encoded string (serialized and can be imported to other Sodot Vertex instances).
If the Vertex is running with the Encrypted Server Share Backup mode, export_type will be set to encrypted.
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