🧩 Secret management
List all secrets
Get the list of all secrets without their value
get/secret
Response
Secrets information
Example response
{
"data": {
"secrets": [
{
"name": "secret-password",
"description": "Password of my super secret user account"
}
]
}
}