Vaults
Get a Vault
Get a Vault using ID or prefix.
get/{workspace}/vaults/{VaultIdOrPrefix}
Path parameters
workspacestring required
Example:team-payments
The name of the workspace
Response
Successfully fetched Vault
Example response
{
"config": {
"prefix": "ENV_PREFIX"
},
"description": "environment variable based vault",
"id": "2747d1e5-8246-4f65-a939-b392f1ee17f8",
"name": "env",
"prefix": "env",
"tags": [
"foo",
"bar"
]
}Changes
Changed in 1 of the 11 revisions of this API.1
- ○
endpoint added
endpoint-added
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
Of the 11 revisions, 1 has no diff computed.