Get specific app storage data
Required access scopes
Path params
Param
Type
Description
Headers
Header
Format
Description
Response JSON
Field
Type
Description
Last updated
Was this helpful?
GET https://app.ecwid.com/api/v3/{storeId}/storage/{key}
Your app must have the following access scopes to make this request: read_store_profile
All path params are required.
storeId
number
Ecwid store ID.
key
string
Key for receiving specific data from app storage.
The Authorization header is required.
Authorization
Bearer secret_ab***cd
Access token of the application.
A JSON array of objects with the following fields:
key
string
Key for the data stored by the app.
value
string
Data stored by the app.
Last updated
Was this helpful?
Was this helpful?
