Vault
Get Secret(s)
Fetches secret(s) using the provided key or tags.
POST
/
api
/
vault
/
get-secrets
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
text/plain
key
string
tags
string[]
Response
200 - application/json
err
object | null
res
object
Was this page helpful?