🚀 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/secret/v1/{secret_id}{
"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"
}Retrieve a secret by its unique identifier
curl --request GET \
--url https://api.example.com/api/secret/v1/{secret_id}{
"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"
}