🚀 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/{envelope_id}/dek/import \
--header 'Content-Type: application/json' \
--data '
{
"encrypted_data_encryption_key": "<string>",
"id": "<string>"
}
'{
"created_at": "2023-11-07T05:31:56Z",
"encrypted_data_encryption_key": "<string>",
"envelope_encryption_key_id": {
"arn": "<string>",
"region": "<string>",
"type": "aws_kms"
},
"id": "<string>",
"updated_at": "2023-11-07T05:31:56Z"
}Import an existing pre-encrypted data encryption key into the system
curl --request POST \
--url https://api.example.com/api/encryption/v1/envelope/{envelope_id}/dek/import \
--header 'Content-Type: application/json' \
--data '
{
"encrypted_data_encryption_key": "<string>",
"id": "<string>"
}
'{
"created_at": "2023-11-07T05:31:56Z",
"encrypted_data_encryption_key": "<string>",
"envelope_encryption_key_id": {
"arn": "<string>",
"region": "<string>",
"type": "aws_kms"
},
"id": "<string>",
"updated_at": "2023-11-07T05:31:56Z"
}Envelope encryption key ID