Eventum Logo

Eventum

SecretsName

Get Secret Value

Get secret with specified name from keyring

GET
/secrets/{name}

Path Parameters

name*Name

Secret name

Length1 <= length

Response Body

application/json

application/json

curl -X GET "https://loading/api/secrets/string"
"string"
Empty
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string",
      "input": null,
      "ctx": {}
    }
  ]
}
Empty