Get Instant Site redirect

GET https://vuega.ecwid.com/api/v1/{storeId}/instant-site/redirects/{redirectId}

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.

redirectId

string

Internal Instant Site redirect ID.

Headers

The Authorization header is required.

Field
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

id

string

Internal ID of the Instant Site redirect.

fromUrl

string

URL of the page from which the redirect happens.

toUrl

string

URL of the page where the redirect leads users.

Last updated

Was this helpful?