KMS Encryption

Decrypt data with KMS key

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

Path parameters

keyIdstring uuid required

The ID of the key to decrypt the data with.

Request body

ciphertextstring required

The ciphertext to be decrypted (base64 encoded).

Response

Default Response

plaintextstring required

Changes

No recorded changes to this endpoint across all 20 revisions of this API.