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 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.
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.
Payment link information object.
Unique payment link ID.
Name of the payment link or product.
Type of payment link or product.
Slug or public link identifier of the payment link.
Additional subtype information of the payment link.