Authorization
string
required
Example:
Authorization | Bearer Paste-Your-API-Key-HerePath Parameters
string <uuid>
required
Unique product ID.
Response
Successful ResponseMain 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.
string
Unique slug or identifier used in the product URL.
string
Product name.
string | null
Product category if available.
integer | null
Purchase or access limit if configured.
string
Product type (e.g.,
saas, event, membership, ebook, etc.).string | null
Product subtype if applicable.
string | null
Product variant.
string
ID Customer.
string | null
Installment identifier if the product supports installment payments.
object | null
Event details.
object | null
Order configuration if applicable.
string | null
Number of product
integer
Product price amount.
string
Current product status (e.g.,
active, inactive).string
Product description in HTML format.
string | null
Identifier of the cover image.
array
List of additional image identifiers.
array | null
List of related transactions (empty if none).
object | null
Cover image object containing image details.
array
List of additional image objects.
string
Public product page URL.
string
Public payment link URL.
string
Product variant.
