Get list of all secrets (metadata only)

This endpoint returns a list of all secrets. Values are never returned by this endpoint.

Authentication

AuthorizationBearer

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

Response

Successfully retrieved list
idstringformat: "uuid"
namestring
descriptionstring
hasPreviousValueboolean
createdTimestringformat: "date-time"
updatedTimestringformat: "date-time"
createdBystring
updatedBystring

Errors

401
Unauthorized Error
429
Too Many Requests Error
5XX
Server Error