Skip to main content
POST
/
api
/
v2
/
vault
/
add
{
  "entity_id": "<string>",
  "vault_id": "<string>"
}

Headers

x-tenant-id
string

Body

application/json

The request body might be JWE + JWS encrypted when using middleware

  • Option 1
  • JWEReq
entity_id
string

Unique identifier for the entity

vault_id
string

Unique identifier for the vault

data
object
ttl
integer

Time-to-live in seconds

Response

200 - application/json

Store Data Response

  • Option 1
  • JWERes
entity_id
string

Unique identifier for the entity

vault_id
string

Unique identifier for the vault