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

Token for Instant Site API calls. Get token Requires a token with grant_type=authorization_code type.

Response JSON

A JSON object with the following fields:

Field
Type
Description

urls

object 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:

{
    "urls": {
        "au-syd": "https://dfvc2y3mjtc8v.cloudfront.net",
        "us-vir": "https://dhgf5mcbrms62.cloudfront.net",
        "eu-fra": "https://d2gt4h1eeousrn.cloudfront.net"
    }
}

Last updated

Was this helpful?