KV
Add
Add data to KV store.
POST
/
v1
/
store
/
kv
Body
The key to store the data under.
The value to store.
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.
Specify the secret to use for the encryption.
Header
Your JigsawStack API key
Response
Indicates whether the call was successful.