Skip to main content
Version: 1.9

Ed25519 - Get the export ID of a key share

GET 

/ed25519/export/exportId

authorization

This API endpoint requires an API Key with at least one of the following Roles: KeysManager | KeysExporter

Returns the export_id of the key share associated with the given key_id. The export_id is used to export the complete private key. You should call this function before calling full-export in the key recpient device. (only the device with this export_id will get the exported private key)

Request

Responses