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

# GET /products

`GET /products`

## Query parameters

- `page_size` string
- `page_number` string

## Response `200`

Get Products

- PaginatedResponse
  - `pagination` object
    - `count` number
    - `page_number` number
    - `page_size` number
  - `data` unknown[]
    - unknown

## Other responses

- `400` — Solicitação Inválida

---

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