Skip to main content
GET
/
api
/
v1
/
secrets
/
{name}
Get secret details
curl --request GET \
  --url http://localhost:8080/api/v1/secrets/{name} \
  --header 'x-api-key: <api-key>'
{
  "name": "<string>",
  "fields": {}
}

Authorizations

x-api-key
string
header
required

Optional API key for authentication (enabled via application.yaml)

Path Parameters

name
string
required

Query Parameters

reveal
string
default:false

Response

Secret details with fields

name
string
fields
object