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