Methods

  • GET — Retrieving data by key from the app storage

Resource

{
    "data": "string",
    "error": "string",
    "success": "boolean"
}

Properties

Name Type Description Additional
data string

Data stored by key

Optional
error string

Error text if success == false

Optional
success boolean

Successful response flag

Optional