Authorization
Example:
Authorization | Bearer Paste-Your-Api-Key-HerePath Parameters
ID of the payment link / product whose reviews you want to retrieve.
Query Parameters
Maximum number of reviews to return per page. Used for cursor pagination.
Cursor for the next page. Pass the
nextStartingAfter value from the previous response.Filter reviews by rating value (1–5).
When
true, reviews that include a message are returned before reviews without a message.Response
Successful ResponseMain Structure (Root)
Status code returned by the API.
Status message that describes the API response.
Array containing review objects for the product.
Indicates whether more review data is available beyond the current page.
Cursor to fetch the next page.
null when there are no more results.data Structure (Array Of Object)
Unique review ID.
Unix timestamp in milliseconds indicating when the review was created.
Unique customer identifier associated with the review.
Review message submitted by the customer.
Payment link ID associated with the review.
Current review status.
Rating value submitted by the customer.
Unix timestamp in milliseconds indicating when the review was last updated.
Unique user ID associated with the payment link owner.
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).Customer information object (
id, name).Payment link information object (
id, name, type, link, subType).