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

# List all products

`GET /v1/products`

## Query parameters

- `limit` number
- `cursor` string

## Response `200`

- ProductCursorPaginatedResponseDto
  - `data` ProductPublicDto[], 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
  - `nextCursor` object, nullable, required — Cursor for the next page. Null if there are no more results.

---

[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/f5e8b22871e1/schema)
