Skip to main content
POST
Decrypt

Authorizations

Authorization
string
header
required

The Authorization header expects a Bearer token.

Body

application/json
ciphertext
string<byte>
required

cipher text to be decrypted.

keyId
string
required

ID of the asymmetric KMS key.

Response

200 - application/json

A successful response.

keyId
string

ID of the asymmetric KMS key that was used for decryption.

plaintext
string<byte>

Decrypted plaintext.