Skip to content

Get Product by ID

Retrieves a single active product by ID for product detail and checkout preparation pages.

Get Product by ID

GET
/bridge-payment/products/{id}

Get an active product by ID. Returns 404 when not found or inactive. 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

Path Parameters

id*

Product ID

Typestring
Required

Responses

Product retrieved successfully

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.
  • Returns 404 if product does not exist or is not active.