---
title: "Retrieve gym products"
method: GET
path: "/api/v2/products"
tags: ["Products booking"]
---

# Retrieve gym products

`GET /api/v2/products`

Returns a list of products that are available in the gym and can be activated for a user.

## Response `200`

Ok

- ProductDTO[]
  - `productId` string — The ID of the product.
  - `title` string — Product title.
  - `description` string — Product description.
  - `scope` 'LOCATION' | 'CHAIN' | 'BRAND' — The scope of the bookable package.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/egym/apis/mms-api-v2.md) · [All operations](https://skmtc.net/egym/apis/mms-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/egym/mms-api-v2/revisions/07d571d34bd8/schema)
