Skip to main content
Endpoint:

Authorization

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

Path Parameters

string <uuid>
required
Unique product ID.

Response

Successful Response

Main Structure (Root)

integer
Status code form API.
string
Status message that describes the status code.
object
The product detail object.

data Structure (Object)

string
Unique identifier of the product.
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
Identifier of the product owner.
array | null
Membership product tier.
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.
string | null
Identifier list of additional images.
array | null
List of related transactions (empty if none).
array | null
List of additional image objects.
object | null
Cover image object containing image details.
Public product page URL.
Public payment link URL.