Skip to content

List a bundle's key names

GET/secrets/{name}

One bundle's key NAMES — never the values.

path parameters
object
namestringrequired

Secret bundle name (a DNS label).

Responses
200 OKOK
SecretKeysResponse
keysarray | null
items
string
namestring
404 Not foundNot Found
ErrorResponse
codestring
errorstring
501 Not Implemented
ErrorResponse
codestring
errorstring
Authentication
bearerAuthHTTP bearer. Daemon API key. Omit on a keyless loopback daemon.
Request
GET/secrets/{name}
cURL
curl '/secrets/{name}'
GET/secrets/{name}
Request
Path
Authorization
curl '/secrets/{name}'
Response
Send a request to see the response.
Response
200 OK
{
  "keys": [
    "string"
  ],
  "name": "string"
}
Was this page helpful?