---
title: "List Products"
method: GET
path: "/v1/products"
tags: ["Products"]
---

# List Products

`GET /v1/products`

This endpoint returns the list of the Products that belongs to the user.

## Response `200`

- ProductModel[]
  - `organization` OrganizationModel, required — Details of the Organization.
    - `organizationId` string, uuid, required — Identifier of the Organization.
    - `name` string, required — Name of the Organization.
  - `productId` string, uuid, required — Identifier of the Product.
  - `name` string, required — Name of the Product.
  - `description` string, nullable, required — Description of the Product.
  - `order` integer, required — The order of the Product represented on the ConfigCat Dashboard. Determined from an ascending sequence of integers.
  - `reasonRequired` boolean, required — Determines whether a mandatory reason must be given every time when the Feature Flags or Settings within a Product are saved.
  - `approveRequired` boolean, required — Determines whether changes must be approved before they are applied within a Product.

## Other responses

- `429` — Too many requests. In case of the request rate exceeds the rate limits.

---

[API](https://skmtc.net/configcat/apis/configcat-public-management-api.md) · [All operations](https://skmtc.net/configcat/apis/configcat-public-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/configcat/configcat-public-management-api/versions/6b4d53bc1455/schema)
