---
title: "List Stripe Products"
method: GET
path: "/api/v1/admin/stripe-subscriptions/products"
tags: ["Admin APIs", "stripe-subscriptions"]
---

# List Stripe Products

`GET /api/v1/admin/stripe-subscriptions/products`

List the enabled Stripe products with their default price.

Allowlist: a product appears only once it has been toggled on in the Stripe
Products tab, so a newly created product is invisible here until someone
deliberately enables it. Nothing enabled means nothing to show, so the Stripe
call is skipped entirely.

## Response `200`

Successful Response

- StripeProductRead[]
  - `id` string, required
  - `name` string, required
  - `description` string, nullable
  - `default_price` StripePriceRead
    - `id` string, required
    - `nickname` string, nullable
    - `unit_amount` integer, nullable
    - `currency` string, nullable
    - `recurring_interval` string, nullable
    - `recurring_interval_count` integer, nullable

---

[API](https://skmtc.net/carbonarc/apis/carbon-arc-client-admin-api.md) · [All operations](https://skmtc.net/carbonarc/apis/carbon-arc-client-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/carbonarc/carbon-arc-client-admin-api/revisions/a8ca30023371/schema)
