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