Retrieve a secret by key
Fetches the secret value associated with the provided secret key. Requires appropriate permissions.
Query Parameters |
---|
secretkey string — REQUIREDThe key of the secret to retrieve. |
secretkey string — REQUIREDThe key of the secret to retrieve. |
Responses | ||
---|---|---|
200 Secret value retrieved successfully.
| ||
400 Invalid or missing secret key parameter.
| ||
401 Unauthorized. Authentication required.
| ||
403 Forbidden. Insufficient permissions to access the secret.
| ||
404 Secret not found for the provided key.
| ||
500 Internal server error.
|