---
title: "POST /api/pos/{id}/shop-access"
method: POST
path: "/api/pos/{id}/shop-access"
tags: ["api", "pos"]
---

# POST /api/pos/{id}/shop-access

`POST /api/pos/{id}/shop-access`

Validate customer access to a batch of POS shops

## Path parameters

- `id` string, required

## Request body

- POSTPosValidateCustomerAccessToABatchOfPosShops
  - `customerId` string
  - `shops` object[], required
    - `eventId` string, required
    - `shopId` string

## Response `200`

OK

## Other responses

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

## Changes

- **2026-09-11** `7e81af024564` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/vivenu/apis/vivenu-api/changes/api/pos/:id/shop-access/post.md)

---

[API](https://skmtc.dev/vivenu/apis/vivenu-api.md) · [All operations](https://skmtc.dev/vivenu/apis/vivenu-api/llms.txt) · [OpenAPI document](https://skmtc.dev/vivenu/apis/vivenu-api/revisions/ff78046ac535?raw)
