🚀 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 GET \
--url https://api.example.com/api/encryption/v1/dek/alias/{alias}{
"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"
}Retrieve a data encryption key by its alias or ID
curl --request GET \
--url https://api.example.com/api/encryption/v1/dek/alias/{alias}{
"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"
}DEK alias or ID