🚀 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>",
"type": "aws_kms"
}
'{
"arn": "<string>",
"region": "<string>",
"type": "aws_kms"
}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>",
"type": "aws_kms"
}
'{
"arn": "<string>",
"region": "<string>",
"type": "aws_kms"
}