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

Path Parameters

keyId
string
required

The ID of the key to encrypt the data with.

Body

application/json
plaintext
string
required

The plaintext to be encrypted (base64 encoded).

Response

200 - application/json
ciphertext
string
required