🚀 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/dek/alias \
--header 'Content-Type: application/json' \
--data '
{
"alias": "<string>",
"dek_id": "<string>"
}
'{
"alias": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"data_encryption_key_id": "<string>"
}Create an alias for a data encryption key to enable lookup by friendly name
curl --request POST \
--url https://api.example.com/api/encryption/v1/dek/alias \
--header 'Content-Type: application/json' \
--data '
{
"alias": "<string>",
"dek_id": "<string>"
}
'{
"alias": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"data_encryption_key_id": "<string>"
}