---
title: "Get store's rights"
method: GET
path: "/v2/user/customer/stores/{storeId}/rights"
tags: ["Customer - Rights"]
---

# Get store's rights

`GET /v2/user/customer/stores/{storeId}/rights`

## Path parameters

- `storeId` string, guid, required

## Response `200`

The store's rights

- FunctionalityRightInfo[]
  - `functionalityCode` string, required — The functionality code
  - `maxValueInterger` integer — The max value for this functionality code considering your rights
  - `unlimited` boolean — If you can use this functionality unlimitedly

## Other responses

- `404` — Store not found or not authorized
- `default` — Occurs when something goes wrong

---

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