
Fetching Deco Site Content in External Sites or Applications
To access the content of your Deco site in JSON format from an external site or application, you can use a simple GET request to the site URL, including anasJson
query string.
For example, when accessing the homepage of your storefront site, you will see
the fully rendered page, ready for use, with all visual and interactive
elements:

?asJson
to the URL. This will result in a
JSON response containing the structured data corresponding to the page’s
content, allowing easy integration and manipulation of this data in your
external application:
