GetSecret

Retrieves a secret from Azure Key Vault and returns it in an encrypted format.

get
Authorizations
Query parameters
secretNamestringRequired

The name of the secret to be retrieved from Key Vault.

Responses
200
Success: Returns the encrypted secret.
get
GET /AzureKeyVault/GetSecret?secretName=text HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Accept: */*

No content