Search Instant Site redirects
GET
https://vuega.ecwid.com/api/v1/{storeId}/instant-site/redirects
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.
storeId
number
Ecwid store ID.
Query params
All query params are optional.
keyword
string
Search string for URLs of saved Instant Site redirects.
Headers
The Authorization header is required.
Authorization
string
Response JSON
A JSON object with the following fields:
total
number
Total number of found items (might be more than the number of returned items).
count
number
Total number of items returned in the response.
offset
number
Offset from the beginning of the returned items list specified in the request.
limit
number
Maximum number of returned items specified in the request. Maximum and default value: 100
.
items
Detailed information about returned Instant Site redirects.
items
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?