Skip to main content
Endpoint:

Authorization

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

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<uuid>
Unique request payment ID.
integer | null
Product price or nominal value.
string | null
Product category, can be null if there is no category.
number | timestamp
Product creation time in epoch milliseconds format.
string
Product description.
Product slug/short URL.
string
Product type.
string
Product status.
string
Product name.
number | null
Certain amount limit, can be null.
string | null
Redirect destination URL, can be null.
string | null
Installment ID if the product supports installments, can be null.
object | null
Related event data, can be null.
object | null
Related order data, can be null.
string | null
ID cover image, can be null.
string | null
ID for multiple image group. can be null.
object | null
Cover image data, can be null.
array of object
List of additional images for the product.