Skip to main content
POST
Get From Vault

Overview

Allows the client to get an item from 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
vaultId
string
required
masked
boolean

Response

200 - application/json

Success

vaultId
string
required
created
string<date-time>
required
updated
string<date-time>
required
Tags
object[]
required
type
string
clientId
string