Eventum Logo

Eventum

SecretsName

Get Secret Value

Get secret with specified name from keyring

GET
/secrets/{name}

Path Parameters

name*string

Secret name

Length1 <= length

Response Body

application/json

application/json

curl -X GET "https://eventum.example.com/api/secrets/string"
"string"
Empty
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}
Empty