🚀 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}/migrate \
--header 'Content-Type: application/json' \
--data '
{
"to_envelope_encryption_key_id": "<string>"
}
'{
"message": "<string>",
"data": "<unknown>"
}Migrate all data encryption keys encrypted with the specified envelope key to a new envelope key
curl --request POST \
--url https://api.example.com/api/encryption/v1/envelope/{envelope_id}/migrate \
--header 'Content-Type: application/json' \
--data '
{
"to_envelope_encryption_key_id": "<string>"
}
'{
"message": "<string>",
"data": "<unknown>"
}