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

# List Products

`GET /v3/products`

Listar produtos paginados

## Response `200`

- object
  - `totalCount` number — Total de registros
  - `data` Product[]
    - `id` string, required
    - `_id` string, required
    - `name` string, required — The name of the product.
    - `description` string — The description of the product.
    - `price` number, required — The price of the product.
    - `externalId` string — The external id of the product that can be used to sync with other systems.
    - `isActive` boolean — Whether the product is active and selectable in CRM deals. Inactive products are hidden from regular members but preserved for sales history.
    - `customFields` object, required

---

[API](https://skmtc.net/kinbox/apis/kinbox-api.md) · [All operations](https://skmtc.net/kinbox/apis/kinbox-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kinbox/kinbox-api/revisions/8bbf5f178811/schema)
