---
title: "Route Get Product"
method: GET
path: "/v1/product/{product_id}"
tags: ["Product"]
---

# Route Get Product

`GET /v1/product/{product_id}`

Retrieve a product by its ID.

## Path parameters

- `product_id` integer, required

## Query parameters

- `flwr_aid` string, required

## Response `200`

Successful Response

- ProductResponse — Response schema for product.
  - `id` integer, required
  - `name` string, required
  - `display_name` string, required
  - `details` string, required
  - `stripe_product_id` string, required
  - `stripe_price_id` string, required
  - `whitelist_only` boolean, required
  - `is_active` boolean
  - `stripe` ProductStripeInfo, required — Schema for product stripe info.
    - `active` boolean, nullable, required
    - `price` integer, nullable, required
    - `currency` string, nullable, required
    - `price_id` string, nullable, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/flower/apis/superlink-api.md) · [All operations](https://skmtc.dev/flower/apis/superlink-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/flower/superlink-api/revisions/adf853ac4f41/schema)
