Skip to main content
POST
/
api
/
v2
/
vault
/
retrieve
Retrieve Data from Locker
curl --request POST \
  --url https://api.example.com/api/v2/vault/retrieve \
  --header 'Content-Type: application/json' \
  --data '
{
  "entity_id": "<string>",
  "vault_id": "<string>"
}
'
{
  "data": {}
}

Headers

x-tenant-id
string

Body

application/json

The request body might be JWE + JWS encrypted when using middleware

entity_id
string

Unique identifier for the entity

vault_id
string

Unique identifier for the vault

Response

200 - application/json

Retrieve Data Response

data
object