Get storage data by key

Retrieves the stored data for the given store ID by the given key. Public application config can be found in the public key of your application storage.

Access scopes

Requires the following access scope: read_store_profile

Response

A JSON object of the following format

FieldTypeDescription
keystringThe key you set for the stored data
valuestringThe stored data
Language
Click Try It! to start a request and see the response here!