Skip to main content
Endpoint:

Authorizations

string
required
Example:Authorization | Bearer Paste-Your-API-Key-Here

Query Parameters

integer
default:"1"
required
Determine which page.
integer
default:"10"
required
How much data is displayed on the page.

Response

Successful Response

Main Structure (Root)

integer
Status code form API.
string
Status message that describes the status code.
boolean
Information on whether there is additional data to be retrieved (true/false).
integer
Total number of data pages.
integer
Number of items per page.
integer
The page currently displayed.
array of object
List of products displayed.

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.
Unique slug or identifier used in the product URL.
string
Product type (e.g., saas, event, membership, ebook, etc.).
string | null
Product subtype if applicable.
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.
string | null
Product variant.
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.
array | null
List of additional image identifiers.
object | null
Cover image object containing image details.
array | null
List of additional image objects.
string | null
Product variant.
array
List of related transactions (empty if none).
Public product page URL.
Public payment link URL.