Encrypt a single value
Vault
Encrypt a single value
Encrypts a single plaintext field with the vault’s DEK and returns one opaque base64 envelope (nonce[12] || ciphertext). Requires scope: vault:write
POST
Encrypt a single value
Authorizations
Voyant Cloud API token, passed as Authorization: Bearer <token>. Each token carries a fixed set of scopes; an operation rejects tokens missing its required scope.
Path Parameters
Pattern:
^[a-z0-9-]+$Body
application/json
Example:
"4111 1111 1111 1111"
Response
Ciphertext