Skip to main content
GET
List vault policies

Authorizations

api-key
string
header
required
api-sign
string
header
required
api-nonce
string
header
required

Path Parameters

vault_id
string
required

Vault identifier, a V-prefixed 14-char base32 string with a final check character.

Example:

"VABCDEF234567A"

Response

OK. Returns an array of the vault's policy items.

Approval quorum for tasks on the vault.

type
enum<string>
required

Policy type.

Available options:
required_approvals
Example:

"required_approvals"

required
integer<int32>
required

Number of approvals required for a task on this vault to pass review.

Example:

3

min_required
integer<int32>
required

Minimum approval quorum the organization's policy allows for a vault.

Example:

2

available
integer<int32>
required

Number of active Admin and Reviewer users who are members of the vault and can approve its tasks.

Example:

5