KV
Get
Get data from the KV store.
GET
/
v1
/
store
/
kv
/
{key}
Path
key
string
requiredThe key to get the value of.
Query
decrypt
boolean
Whether to decrypt the value.
Header
x-api-key
string
requiredYour JigsawStack API key
Response
success
boolean
Indicates whether the call was successful.
message
string
The message returned by the API.
value
string
The value of the key.