Skip to main content
GET
List all available products (catalog)

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

List of products

id
integer
name
string
type
string
description
string | null
price
integer | null

Price in cents

gateway_price_id
string | null