---
title: "Route List Products"
method: GET
path: "/v1/product/"
tags: ["Product"]
---

# Route List Products

`GET /v1/product/`

List all products, optionally filtered by organization ID.

## Query parameters

- `organization_id` integer, nullable — User's Organization ID for whitelisted products
- `pricing_region` 'germany' | 'eu' | 'non-eu', nullable — Pricing region derived from visitor geolocation and used to select the correct presentment price.

## Response `200`

Successful Response

- ProductResponse[]
  - `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/58e8351486b3/schema)
