Skip to main content
Version: 1.1.5

Ed25519 - Export a key share for backup

GET 

/ed25519/backup/export-key-share/:key_id

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).

Request

Path Parameters

    key_id KeyIdrequired

Header Parameters

    AUTHORIZATION stringrequired

    The AUTHORIZATION header must be set to the API Key of the user. The API Key is returned when a new user is created using the /admin/create-user endpoint.

Responses

Schema

    key_share stringrequired
Loading...