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