---
title: "Return all products"
method: GET
path: "/v1/product"
tags: ["product"]
---

# Return all products

`GET /v1/product`

## Response `200`

successful operation

- ResultsProduct
  - `data` Product[], required
    - `id` string — globally unique id
    - `name` string, required — name of product
    - `sku` string, required — unique sku of product
    - `salesforceProductId` string, required — corresponding product id in salesforce
    - `stripeProductId` string, required — corresponding product id in stripe
    - `features` string[], required — set of features this product has access to
    - `featureOptions` object — map of options for the feature
    - `status` 'ACTIVE' | 'LEGACY' | 'INACTIVE', required — whether the product is Active (currently being sold), Legacy (in use, but not being sold to new customers), or Inactive (no longer in use by any active customers)
  - `next` string
  - `access` ResultsAccess[]
    - `ids` string[]
    - `allowed` AccessAction[], required
      - `action` string, required
      - `fields` string[]
      - `types` string[]

## Other responses

- `400` — bad request
- `401` — not authorized
- `404` — not found

---

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