GET
/
v1
/
store
/
kv
/
{key}

Path

key
string
required

The key to get the value of.

Query

decrypt
boolean

Whether to decrypt the value.

x-api-key
string
required

Your 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.