Skip to main content
POST
Sign Hash

Authorizations

Authorization
string
header
required

The Authorization header expects a Bearer token.

Body

application/json
hash
string<byte>
required

Hash to sign.

keyId
string
required

ID of the asymmetric KMS key to use for signing the hash.

Response

200 - application/json

A successful response.

keyId
string

ID of the asymmetric KMS key used to produce the signature.

signature
string<byte>

Value of signature.