Skip to content

List Products

Lists active catalog products for storefronts and upgrade flows. Supports filters, sorting, pagination, and search.

List Products

GET
/bridge-payment/products

Get a paginated list of active products. Supports filtering by category, product type, recurrence and search. Visibility/auth depends on PUBLIC_PRODUCT_LISTING and PRODUCT_LISTING_ENABLED.

Authorizations

SessionAuth

Session ID from Flowless authentication

TypeAPI Key (header: X-Session-ID)
or

Parameters

Query Parameters

page
Typeinteger
Minimum1
Default1
limit
Typeinteger
Minimum1
Maximum100
Default20
offset
Typeinteger
Minimum0
category_id

Filter by category

Typestring
product_type

Filter by product type

Typestring
Valid values
"physical""digital""service""subscription"
is_recurring

Filter recurring products

Typeboolean
search

Search by product name/description

Typestring
orderBy
Typestring
Valid values
"name""subtotal_cents""created_at"
orderDir
Typestring
Valid values
"asc""desc"

Responses

List of active products

Playground

Server
Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

Notes

  • Auth behavior is controlled by PUBLIC_PRODUCT_LISTING.
  • Endpoint availability is controlled by PRODUCT_LISTING_ENABLED.
  • Only active products are returned.