Skip to main content

Retrieve a secret by key

Fetches the secret value associated with the provided secret key. Requires appropriate permissions.

Query Parameters
secretkey string REQUIRED

The key of the secret to retrieve.

secretkey string REQUIRED

The key of the secret to retrieve.

Responses
200

Secret value retrieved successfully.

Schema OPTIONAL
string
400

Invalid or missing secret key parameter.

Schema OPTIONAL
string
401

Unauthorized. Authentication required.

Schema OPTIONAL
string
403

Forbidden. Insufficient permissions to access the secret.

Schema OPTIONAL
string
404

Secret not found for the provided key.

Schema OPTIONAL
string
500

Internal server error.

Schema OPTIONAL
string