Get all app storage data
Last updated
Was this helpful?
GET https://app.ecwid.com/api/v3/{storeId}/storage
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.
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?
