Get Vault details and metadata
GET /vaults/{vaultUuid}
GET
/vaults/{vaultUuid}
Authorizations
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
403
Unauthorized access
object
message
A message detailing the error
string
status
HTTP Status Code
integer
Example
404
Vault not found
object
message
A message detailing the error
string
status
HTTP Status Code
integer