---
title: "Product details"
method: GET
path: "/api/v2/products/{productId}"
tags: ["Products booking"]
---

# Product details

`GET /api/v2/products/{productId}`

Returns the details of a specific product.

## Path parameters

- `productId` string, required

## 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.dev/egym/apis/mms-api-v2.md) · [All operations](https://skmtc.dev/egym/apis/mms-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/egym/mms-api-v2/revisions/07d571d34bd8/schema)
