Unwrap an envelope data key
Vault
Unwrap an envelope data key
Unwraps a previously generated wrapped DEK and returns the raw 32-byte DEK. Requires scope: vault:read
POST
Unwrap an envelope data key
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
Base64 KMS-wrapped DEK previously returned by /generateDataKey.
Response
Unwrapped data key