Skip to main content
POST
Search In Vault

Overview

Allows the client to search for items in the vault. It is only possible to retrieve items that have been stored using the same account.

Authentication

Requires a valid JWT bearer token.

Notes

This endpoint uses the request schema notation described in Pattern matching.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
type
string
clientId
string
masked
boolean
Tags
object[]
offset
integer
Required range: x >= 0
maxCount
integer
Required range: x <= 100

Response

200 - application/json

Success

ResultSet
object[]