---
title: "GET /api/products"
method: GET
path: "/api/products"
tags: ["Catalog"]
---

# GET /api/products

`GET /api/products`

## Response `200`

All products

- Product[]
  - `id` integer
  - `name` string
  - `category` 'BOOKS' | 'ELECTRONICS' | 'TOYS'
  - `tags` string[]
  - `rating` number, double
  - `dimensions` Dimensions
    - `width` number, double
    - `height` number, double

---

[API](https://skmtc.dev/codenameone/apis/protocol-e2e-catalog-api.md) · [All operations](https://skmtc.dev/codenameone/apis/protocol-e2e-catalog-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/codenameone/protocol-e2e-catalog-api/revisions/91eda5002aa6/schema)
