---
title: "List your shops"
method: GET
path: "/shops"
tags: ["Shops"]
---

# List your shops

`GET /shops`

Returns all active shops accessible to this API key. Use the returned shop_id values in the x-shop-id header for other endpoints.

## Response `200`

Successful Response

- ShopsListResponse
  - `data` ShopResponse[], required
    - `shop_id` integer, required
    - `shop_name` string, required
    - `region` string, required
    - `currency` string, required
    - `status` string, required
    - `customer_id` integer, nullable — The customer (brand account) that owns this shop. Most useful on the internal master-key cross-customer shop listing, where results span multiple brands.
    - `primary_category` string, nullable — Shop's primary L1 product category from TikTok Shop. Matches one of the canonical L1 names returned by GET /api/social-intelligence-v2/sellers/categories. Null when the shop has no Social Intelligence data yet.

---

[API](https://skmtc.dev/reacherapp/apis/reacher-data-api.md) · [All operations](https://skmtc.dev/reacherapp/apis/reacher-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/reacherapp/reacher-data-api/revisions/5eefff009b5b/schema)
