v21

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-011060456.0 KB
DataVault

Store encrypted value in data vault

Stores a hashed key and encrypted value in the data vault for a specific store

post/data-vault/stores/{id}/set

Path parameters

idstring required

Request body

hashed_keystring required
encrypted_valuestring required

Example request

{}

Response

Successful response

successboolean required

Always equal to true.

Example response

{
  "success": true
}