Skip to main content
GET
List Stripe products

Authorizations

api_key
string
header
required

Personal API key.

Path Parameters

app_id
string
required

ID of the Base44 app.

Query Parameters

active
boolean | null

Filter by active status. Omit to include both active and inactive records.

limit
integer
default:100

Maximum number of products in this batch. Use 1 through 100. Defaults to 100. There is no cursor for another batch.

Required range: x <= 100

Response

The operation result.

id
string
required

Stripe product ID.

Example:

"prod_T7mK2p9Q4r6S8v"

name
string
required

Product name.

Example:

"Studio membership"

description
string | null
required

Product description, or null when none is set.

Example:

"Access to weekly classes."

active
boolean
required

Whether the product is active.

Example:

true

images
string[]
required

Product image URLs.

Example:
metadata
Metadata · object
required

Metadata stored on the product.

Example: