get https://example.com/vault/api/v1/secret/data/
This endpoint retrieves the secret at the specified location
Log in to see full request history
Responses
This endpoint retrieves the secret at the specified location
xxxxxxxxxx
curl --request GET \
--url https://example.com/vault/api/v1/secret/data/path \
--header 'Authorization: Bearer a-proper-token-goes-here' \
--header 'accept: application/json'
Try It!
to start a request and see the response here! Or choose an example: