List all secrets.
GET /secrets
Retrieves a list of all secrets accessible to the user
Authorizations
Responses
200
A collection of secrets
Response Headers
ID uniquely identifying the request/response cycle.
Response Schema
A collection of secrets
object
Number of items returned in the result.
A secret
object
The name of the secret. Must comply with RFC 1035.
The description of the secret
Example
{
"secrets": [
401
Access token is missing or invalid
Response Headers
ID uniquely identifying the request/response cycle.
Response Schema
Generic API error
object
Unique (system-wide) error code for an error happened
Developer-friendly message explaining error
Example
{
403
Permission denied
Response Headers
ID uniquely identifying the request/response cycle.
Response Schema
Generic API error
object
Unique (system-wide) error code for an error happened
Developer-friendly message explaining error
Example
{
500
Internal Server Error
Response Headers
ID uniquely identifying the request/response cycle.
Response Schema
Generic API error
object
Unique (system-wide) error code for an error happened
Developer-friendly message explaining error