Skip to main content
GET
/
admin
/
secrets
Error
A valid request URL is required to generate request examples
{
  "paths": [
    {
      "path": "secret/shared/database",
      "keys": [
        {
          "key": "DB_PASSWORD",
          "consumers": [
            "db",
            "api",
            "ai"
          ]
        }
      ],
      "keyCount": 3
    }
  ],
  "totalPaths": 123,
  "totalKeys": 123,
  "approleServices": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Grouped secrets inventory

paths
object[]
totalPaths
integer
totalKeys
integer
approleServices
string[]