ReferencesApi referenceSignerSigners
Create a signer
Creates a new key pair. Private key is encrypted using `secret` parameter from the request. Ledger is using `Ed25519 (EdDSA, Curve25519)` to generate signing keys.
Authorization
Authorization
RequiredBearer <token>JWT signed by private key. The presence of this token is not mandatory. It becomes required through the configuration of authorization access rules that requires a token to grant access. Once sent, the token is validated for its format, signature and expiration, regardless of the presence of access rules.
In: header
Request Body
application/json
RequiredSigner body
hash
RequiredstringPattern:
"^[A-Fa-f0-9]{64}$"
meta
Requiredobjectdata
Requiredobject & objectHeader Parameters
x-ledger
string | stringThe unique identifier of ledger in context for multi tenant requests.
Created signer