Get Secret(s)

Fetches secret(s) using the provided key or tags.

post/api/vault/get-secrets

Response

Successfully retrieved secret(s).

errobject nullable
resobject

Example response

{
  "res": {
    "OPEN_API_KEY": "OPEN_API_VALUE"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.