Skip to content

Get all Vaults

GET
/vaults

Authorizations

Parameters

Query Parameters

filter
string
name eq "Some Vault Name"

Filter the Vault collection based on Vault name using SCIM eq filter

Responses

200

OK

Array<object>
object
attributeVersion

The vault version

integer
contentVersion

The version of the vault contents

integer
createdAt
string format: date-time
description
string
id
string
/^[\da-z]{26}$/
items

Number of active items in the vault

integer
name
string
type
string
Allowed values: USER_CREATED PERSONAL EVERYONE TRANSFER
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
}