Authentication
You can create a Storefront token in your developer settings. This token will be used to authenticate your requests to the Storefront API.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Get started with Storefront API authentication and deployment

const res = await fetch("https://storefront-api.fourthwall.com/v1/collections?storefront_token=<YOUR_STOREFRONT_TOKEN>");