cURL
curl --request POST \ --url https://api.example.com/api/v2/vault/add \ --header 'Content-Type: application/json' \ --data ' { "entity_id": "<string>", "vault_id": "<string>", "data": {}, "ttl": 123 } '
{ "entity_id": "<string>", "vault_id": "<string>" }
Add sensitive data in the locker
The request body might be JWE + JWS encrypted when using middleware
Unique identifier for the entity
Unique identifier for the vault
Time-to-live in seconds
Store Data Response
Was this page helpful?