Create envelope key
encryption
Create envelope key
Create a new envelope encryption key (master key) for encrypting data encryption keys
POST
Create envelope key
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
🚀 We are preparing our documentation and source code for our first release. For any questions & to meet the founders, please fill in this form
curl --request POST \
--url https://api.example.com/api/encryption/v1/envelope \
--header 'Content-Type: application/json' \
--data '
{
"arn": "<string>",
"region": "<string>"
}
'{
"arn": "<string>",
"region": "<string>"
}Create a new envelope encryption key (master key) for encrypting data encryption keys
curl --request POST \
--url https://api.example.com/api/encryption/v1/envelope \
--header 'Content-Type: application/json' \
--data '
{
"arn": "<string>",
"region": "<string>"
}
'{
"arn": "<string>",
"region": "<string>"
}