cURL
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": {} }
Retrieve sensitive data from the locker
The request body might be JWE + JWS encrypted when using middleware
Unique identifier for the entity
Unique identifier for the vault
Retrieve Data Response
Was this page helpful?