Skip to main content
GET
/
v1
/
shop
Get shop information
curl --request GET \
  --url https://storefront-api.fourthwall.com/v1/shop
{
  "id": "<string>",
  "name": "<string>",
  "domain": "<string>",
  "publicDomain": "<string>"
}

Query Parameters

storefront_token
string
required
Example:

"ptkn_xxxxxxxxxxxxxxxxxx"

Response

OK

id
string
required
name
string
required
domain
string
required
publicDomain
string
required