---
title: "Get Products"
method: GET
path: "/api/user/products"
tags: ["user"]
---

# Get Products

`GET /api/user/products`

Get available subscription products and prices from Stripe.

## Response `200`

Successful Response

- ProductResponse[]
  - `product_id` string, required
  - `name` string, required
  - `description` string, nullable
  - `prices` ProductPrice[], required
    - `price_id` string, required
    - `amount` integer, required
    - `currency` string, required
    - `interval` string, required
    - `interval_count` integer, required

## Changes

- **2025-11-03** `d6c3e911a263` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/arbicity/apis/arbi/changes/api/user/products/get.md)

---

[API](https://skmtc.dev/arbicity/apis/arbi.md) · [All operations](https://skmtc.dev/arbicity/apis/arbi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/arbicity/arbi/revisions/1f956ac3d1c1/schema)
