---
title: "Get shop information"
method: GET
path: "/v1/shop"
tags: ["headless_shop"]
---

# Get shop information

`GET /v1/shop`

## Query parameters

- `storefront_token` string, required

## Response `200`

OK

- ComFourthwallAppHeadlessModelShopPublicV1
  - `id` string, required
  - `name` string, required
  - `domain` string, required
  - `publicDomain` string, required

## Other responses

- `404` — Possible errors: `SHOP_TEAM_MEMBER_SHOP_NOT_FOUND_ERROR`

---

[API](https://skmtc.dev/fourthwall/apis/fourthwall-apis.md) · [All operations](https://skmtc.dev/fourthwall/apis/fourthwall-apis/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fourthwall/fourthwall-apis/revisions/f85ba94932b7/schema)
