Authorization
Example:
Authorization | Bearer Paste-Your-API-Key-Here
Path Parameters
Product type for filtering, list all product with filter:
- generic_link
- physical_product
- event
- webinar
- digital_product
- coaching
- course
- cohort_based
- fundraising
- ebook
- podcast
- audiobook
- membership
- zakat
- invoice
- bundling
- saas
- payment_request
- support
Query Parameters
Determine which page.
How much data is displayed on the page.
Response
Successful ResponseMain Structure (Root)
Status code form API.
Status message that describes the status code.
Information on whether there is additional data to be retrieved (true/false).
Total number of data pages.
Number of items per page.
The page currently displayed.
List of products displayed.
data Structure (Array Of Object)
Unique product ID.
Product price or nominal value.
Product category, can be null if there is no category.
Product creation time in epoch milliseconds format.
Product description.
Product slug/short URL.
Product type.
Product status.
Product name.
Certain amount limit, can be /null.
Redirect destination URL, can be null.
Installment ID if the product supports installments, can be null.
Related event data.
Related order data, can be null.
ID cover image, can be null.
ID for multiple image group.
Cover image data, can be null.
List of additional images for the product.
event Structure (Object)
Unique ID for the event.
Event name/type, can be null.
Event description, can be null
List of event tickets.
ticketEvent Structure (Array Of Object)
Unique ID for the ticket.
Ticket price (0 if free).
Ticket creation time (epoch milliseconds).
Ticket name
Number of tickets available.
multipleImage Structure (Array Of Object)
Unique ID for the image.
File type, for example, “jpeg”.
Image creation time (epoch milliseconds).
Image last updated time.
Direct link to the image.