KV
Add
Add data to KV store.
POST
/
v1
/
store
/
kv
Body
key
string
requiredThe key to store the data under.
value
string
requiredThe 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.
byo_secret
string
Specify the secret to use for the encryption.
Header
x-api-key
string
requiredYour JigsawStack API key
Response
success
boolean
Indicates whether the call was successful.