List data keys
encryption
List data keys
List all data encryption keys encrypted with the specified envelope encryption key
GET
List data keys
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 GET \
--url https://api.example.com/api/encryption/v1/envelope/{envelope_id}/dek{
"items": [
{
"created_at": "2023-11-07T05:31:56Z",
"envelope_encryption_key_id": {
"arn": "<string>",
"region": "<string>"
},
"id": "<string>",
"updated_at": "2023-11-07T05:31:56Z"
}
],
"next_page_token": "<string>"
}List all data encryption keys encrypted with the specified envelope encryption key
curl --request GET \
--url https://api.example.com/api/encryption/v1/envelope/{envelope_id}/dek{
"items": [
{
"created_at": "2023-11-07T05:31:56Z",
"envelope_encryption_key_id": {
"arn": "<string>",
"region": "<string>"
},
"id": "<string>",
"updated_at": "2023-11-07T05:31:56Z"
}
],
"next_page_token": "<string>"
}