Authorization
string
required
Example:
Authorization | Bearer Paste-Your-Api-Key-HereResponse
Successful ResponseMain Structure (Root)
integer
Status code returned by the API.
string
Status message that describes the API response.
boolean
Indicates whether more review data is available.
number
Total number of available pages.
number
Maximum number of reviews returned per page.
number
Current page number.
number
Total number of reviews available.
array of object
Array containing review objects.
data Structure (Array Of Object)
string
Unique review ID.
number
Unix timestamp in milliseconds indicating when the review was created.
string
Unique customer identifier associated with the review.
string
Review message submitted by the customer.
string
Payment link ID associated with the review.
number
Rating value submitted by the customer.
string
Current review status.
number
Unix timestamp in milliseconds indicating when the review was last updated.
string
Unique user ID associated with the payment link owner.
array
List of review images attached by the customer.
array
Additional review content data.
object
Customer information object.
string
Unique customer ID.
string
Customer full name.
object
Payment link information object.
string
Unique payment link ID.
string
Name of the payment link or product.
string
Type of payment link or product.
string
Slug or public link identifier of the payment link.
string
Additional subtype information of the payment link.
