Skip to main content
POST
List vaults

Authorizations

API-Key
string
header
required

The "API-Key" header should contain your API key.

API-Sign
string
header
required

Authenticated requests should be signed with the "API-Sign" header, using a signature generated with your private key, nonce, encoded payload, and URI path.

Body

application/json
nonce
integer<int64>
required

Nonce used in construction of API-Sign header

resolve_policies
boolean | null

If set to true, the response includes information about the feature policies enabled for the vault.

filters
and · object

Specify a subset of filter items. All filter objects are AND combined. Inside a filter object all properties are OR combined.

Example:
pagination
object

Define which items will get returned

orderings
object[]

Specify how to order the returned items. If a column in the orderings list contains null values, these are always sorted to the end.

Example:

Response

200 - application/json
result
object[] | null
Example:
errors
object[]
start
integer<uint64>
Required range: x >= 0
total
integer<uint64>
Required range: x >= 0