Skip to content

Get secrets.

GET
/backend/v1/secrets

Retrieves all available secrets, with their values obfuscated.

Authorizations

HTTPBearer
Type
HTTP (bearer)

Responses

Successful Response

application/json
JSON
{
  
"secrets": [
  
  
{
  
  
  
"deletedAt": "string",
  
  
  
"id": "string",
  
  
  
"name": "string",
  
  
  
"value": "string"
  
  
}
  
]
}

Playground

Server
Authorization

Samples

Powered by VitePress OpenAPI

Updated at: