POST
/
v1
/
store
/
kv

Body

key
string
required

The key to store the data under.

value
string
required

The value to store.

encrypt
boolean
default: "false"

Whether to encrypt the data at rest. If set to true, the data will be encrypted using the AES-256 encryption algorithm. We recommend you set this value to true for sensitive data.

x-api-key
string
required

Your JigsawStack API key

Response

success
boolean

Indicates whether the call was successful.