Get Secret(s)
Fetches secret(s) using the provided key or tags.
post/api/vault/get-secrets
Response
Successfully retrieved secret(s).
Example response
{
"res": {
"OPEN_API_KEY": "OPEN_API_VALUE"
}
}Fetches secret(s) using the provided key or tags.
Successfully retrieved secret(s).
{
"res": {
"OPEN_API_KEY": "OPEN_API_VALUE"
}
}