Get Vault details and metadata
GET/vaults/{vaultUuid}
GET
/vaults/{vaultUuid}
Authorizations
- ConnectToken
Parameters
Path Parameters
vaultUuid
required
string
The UUID of the Vault to fetch Items from
Responses
200
OK
object
attributeVersion
The vault version
integer
contentVersion
The version of the vault contents
integer
createdAt
string format: date-time
description
string
id
string
items
Number of active items in the vault
integer
name
string
type
string
updatedAt
string format: date-time
401
Invalid or missing token
object
message
A message detailing the error
string
status
HTTP Status Code
integer
Example
{
"message": "Invalid token signature",
"status": 401
}
403
Unauthorized access
object
message
A message detailing the error
string
status
HTTP Status Code
integer
Example
{
"message": "vault {vaultUuid} is not in scope",
"status": 403
}
404
Vault not found
object
message
A message detailing the error
string
status
HTTP Status Code
integer
Example
{
"message": "vault {itemUuid} not found",
"status": 404
}