POST
/
api
/
v1
/
kms
/
keys
/
{keyId}
/
decrypt

Path Parameters

keyId
string
required

The ID of the key to decrypt the data with.

Body

application/json
ciphertext
string
required

The ciphertext to be decrypted (base64 encoded).

Response

200 - application/json
plaintext
string
required

Was this page helpful?