---
title: "Store encrypted value in data vault"
method: POST
path: "/data-vault/stores/{id}/set"
tags: ["DataVault"]
---

# Store encrypted value in data vault

`POST /data-vault/stores/{id}/set`

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

## Path parameters

- `id` string, required

## Request body

- object
  - `hashed_key` string, required
  - `encrypted_value` string, required

## Response `200`

Successful response

- object
  - `success` boolean, required — Always equal to true.

---

[API](https://skmtc.net/hexclave/apis/hexclave-rest-api-3.md) · [All operations](https://skmtc.net/hexclave/apis/hexclave-rest-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hexclave/hexclave-rest-api-3/versions/690014f63028/schema)
