---
title: "Return all products directly from Stripe (staff only)"
method: GET
path: "/v1/stripe/product"
tags: ["stripe"]
---

# Return all products directly from Stripe (staff only)

`GET /v1/stripe/product`

## Response `200`

successful operation

- ResultsStripeProduct
  - `data` StripeProduct[], required
    - `stripeId` string, required — unique Stripe identifier for this product
    - `label` string, required — human-readable nickname for this product
  - `next` string

## Other responses

- `400` — bad request
- `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)
