cURL
curl --request GET \ --url http://localhost:8080/api/v1/secrets/{name} \ --header 'x-api-key: <api-key>'
{ "name": "<string>", "fields": {} }
Returns the key-value fields of a secret. Sensitive fields (password, apiKey, secretKey, token) are masked unless reveal=true.
Optional API key for authentication (enabled via application.yaml)
Secret details with fields
Show child attributes