Skip to main content
Version: 1.1.5

Ecdsa - Get the export ID of a key share

GET 

/ecdsa/export/exportId/:key_id

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

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

    export_id stringrequired
Loading...