🚀 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{
"items": [
{
"arn": "<string>",
"region": "<string>",
"type": "aws_kms"
}
],
"next_page_token": "<string>"
}List all envelope encryption keys (master keys) with pagination
curl --request GET \
--url https://api.example.com/api/encryption/v1/envelope{
"items": [
{
"arn": "<string>",
"region": "<string>",
"type": "aws_kms"
}
],
"next_page_token": "<string>"
}