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