Widget Settings

Returns all settings for a given widget.

GET /api/v1/widgets/settings?id={ Widget ID }&cache_key={Cache Key}

📘

Notes

In order to get the most up to date widget settings from this endpoint, you must pull your cache key from your store'suser/config. This can be done by either accessing window.Rebuy.shop.cache_key or by hitting this endpoint:

https://rebuyengine.com/api/v1/user/config?shop={{myshopify domain here}}

and pulling it from data.shop.cache_key.

Language