Plugin Creation GuideLocal API ReferenceRetrieveKeyRetrieves a stored key value pair from the local store (using GET) loading...GET/api/retrieve/{key}SendPathPath ParameterskeystringThe key to retrieve.Response Body200cURLJavaScriptGoPythonJavaC#curl -X GET "http://localhost:7172/api/retrieve/string"200{}Stores a key value pair in the local store (using POST) POSTPrevious PageRetrieves a stored key value pair from the local store (using POST) POSTNext Page