v2

latestOpenAPI 3.1.0CC-BY-SA 2.02026-07-2617789528.6 KB
🧩 Secret management

List all secrets

Get the list of all secrets without their value

get/secret

Response

Secrets information

result'success' | 'error' required

Result of the request

action'getAllSecrets' required

The id of the action

Example response

{
  "data": {
    "secrets": [
      {
        "name": "secret-password",
        "description": "Password of my super secret user account"
      }
    ]
  }
}