Skip to main content
POST
/
data-vault
/
stores
/
{id}
/
get
Retrieve encrypted value from data vault
curl --request POST \
  --url https://api.stack-auth.com/api/v1/data-vault/stores/{id}/get \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "encrypted_value": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://stackauth-e0affa27-chore-move-mcp-to-a-sep-app.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

id
string
required

Body

application/json
hashed_key
string
required

Response

200 - application/json

Successful response

encrypted_value
string
required