Authorization
string
required
Example:
Authorization | Bearer Paste-Your-Api-Key-HerePath Parameters
string<uuid>
required
ID of the payment link / product to look up the review for.
Query Parameters
string<uuid>
required
ID of the customer whose review you want to retrieve.
Response
Successful ResponseMain Structure (Root)
integer
Status code returned by the API.
string
Status message that describes the API response.
object | null
The customer’s review for the product, or
null when the customer has not reviewed it.data Structure (Object)
string
Unique review ID.
string
Unique user ID associated with the payment link owner.
number
Unix timestamp in milliseconds indicating when the review was last updated.
number
Rating value submitted by the customer.
string
Payment link ID associated with the review.
string
Current review status.
string
Review message submitted by the customer.
string
Unique customer identifier associated with the review.
number
Unix timestamp in milliseconds indicating when the review was created.
array of object
List of review images attached by the customer.
array of object
Additional review content (for example uploaded videos), each with a nested
file object
(id, filename, mimetype, size).Errors
object
Returned with
messages set to "customerId query parameter is required" when the
customerId query parameter is missing.