---
title: "GET /api/customers/me/shops"
method: GET
path: "/api/customers/me/shops"
tags: ["api", "customers"]
---

# GET /api/customers/me/shops

`GET /api/customers/me/shops`

Get undershops of customer

## Query parameters

- `eventId` string, required — The event ID to get the undershops of the customer
- `locale` string

## Response `200`

OK

- GETCustomersGetUndershopsOfCustomer200Response
  - `shops` object[]
    - `_id` string, required
    - `name` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.net/vivenu/apis/vivenu-api.md) · [All operations](https://skmtc.net/vivenu/apis/vivenu-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vivenu/vivenu-api/revisions/36be0dca14e7/schema)
