Skip to main content
GET
/
api
/
v1
/
secrets
List secret keys
curl --request GET \
  --url http://localhost:4000/api/v1/secrets \
  --header 'Authorization: Bearer <token>'
{
  "keys": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Secret keys

keys
string[]
Last modified on March 31, 2026