Register Subkey
Register a new subkey for the authenticated account.
Authentication
Authorizationstring
API Key authentication via header
Request
Subkey registration request
name
User-friendly name for the subkey.
public_key
Public key to be registered as a subkey.
encrypted_key
Encrypted private key (required if state=pending).
eph_public_key
Ephemeral public key for signature verification (required if state=pending).
state
State of the subkey: ‘active’ or ‘pending’. Defaults to ‘active’.
Response
An empty response
Errors
400
Bad Request Error
401
Unauthorized Error