Get list of buckets for tile images
GET
https://vuega.ecwid.com/api/v1/{storeId}/image/bucket
Required access scopes
Your app must have the following access scopes to make this request: manage_instant_site
Path params
All path params are required.
Param
Type
Description
storeId
number
Ecwid store ID.
Headers
Both headers are required.
Header
Type
Description
Authorization
string
Response JSON
A JSON object with the following fields:
Field
Type
Description
urls
Map of tile image bucket IDs and their URLs.
urls
JSON object, where the key is the bucket ID, and the value is this bucket's URL. For example:
Last updated
Was this helpful?