🚀 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/secret/v1 \
--header 'Content-Type: application/json' \
--data '
{
"dek_alias": "<string>",
"key": "<string>",
"raw_value": "<string>"
}
'{
"created_at": "2023-11-07T05:31:56Z",
"dek_alias": "<string>",
"encrypted_secret": "<string>",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"key": "<string>",
"updated_at": "2023-11-07T05:31:56Z"
}Create a new encrypted secret with the specified key and value
curl --request POST \
--url https://api.example.com/api/secret/v1 \
--header 'Content-Type: application/json' \
--data '
{
"dek_alias": "<string>",
"key": "<string>",
"raw_value": "<string>"
}
'{
"created_at": "2023-11-07T05:31:56Z",
"dek_alias": "<string>",
"encrypted_secret": "<string>",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"key": "<string>",
"updated_at": "2023-11-07T05:31:56Z"
}