Authorization
string
required
Example:
Authorization | Bearer Paste-Your-API-Key-HerePath Parameters
string
required
Product type whose active products you want to list (e.g.
generic_link,
event, webinar, digital_product).Response
Successful ResponseMain Structure (Root)
integer
Status code from API.
string
Status message that describes the status code.
array of object
List of active products of the requested type.
boolean
Information on whether there is additional data to be retrieved (true/false).
string | null
Cursor to pass for forward pagination.
null when there is no further data.data Structure (Array Of Object)
string
Unique identifier of the product.
integer
Product price amount.
string | null
Product category if available.
number
Timestamp in milliseconds indicating when the product was created.
string
Product description in HTML format.
string
Unique slug or identifier used in the product URL.
string
Product type.
string
Current product status (e.g.,
active, inactive).string
Product name.
integer | null
Purchase or access limit if configured.
string | null
URL where the customer will be redirected after checkout.
string | null
Installment identifier if the product supports installment payments.
object | null
Event details.
object | null
Order configuration if applicable.
string | null
Identifier of the cover image.
string | null
Identifier list of additional images.
array
List of related transactions (empty if none).
object | null
Cover image object containing image details.
array | null
List of additional image objects.
