Authorization
Example:
Authorization | Bearer Paste-Your-API-Key-HereQuery Parameters
Number of items to return per page. Defaults to
10, with a maximum of 50.Cursor for forward pagination. Pass the
nextStartingAfter value from the
previous response (a Unix timestamp in milliseconds, as a string) to fetch the
next page.Response
Successful ResponseMain Structure (Root)
Status code form API.
Status message that describes the status code.
List of bundling products. Each item is a bundling-type product object.
Information on whether there is additional data to be retrieved (true/false).
Cursor to pass as
startingAfter to fetch the next page. null when there is
no further data.data Structure (Array Of Object)
Unique ID of the bundling product.
Name of the bundling product.
Price of the bundle.
Bundle description (may contain HTML).
Item type. Always
bundling for this list.Bundle status (example:
active, closed).Unique link slug.
Last update time in epoch format (ms).
Creation time in epoch format (ms).
Type of products that make up the bundle (example:
payment_link).Cover image ID (if any).
Cover image details (if any).
List of products included in the bundle.
products Structure (Array Of Object)
ID of the bundle-product link record.
Status of the product within the bundle (example:
ENABLED).ID of the underlying product/payment link.
Summary of the underlying product/payment link.
products.paymentLink Structure (Object)
ID of the product/payment link.
Name of the product/payment link.
Product type (example:
course, digital_product, generic_link).Price of the underlying product.
