Quick Start
Get started in minutes with Okendo's Merchant REST API
Get Your Credentials
Make Your First Request
Authorizations
AuthorizationstringRequired
Query parameters
limitinteger · int32OptionalExample:
A limit on the number of items returned. Between 1 and 100. Default 25.
25lastEvaluatedstringOptional
The URL-encoded JSON object representing the cursor for the next page of results.
orderBystringOptionalExample:
The sort order of the reviews. Format: '(date|rating) (asc|desc)'. Default 'date desc'
date descstatusstring · enumOptionalExample:
The moderation status of the review.
approvedPossible values: Responses
200
An object containing a list of Reviews and a relative link to the next page of results if available.
application/json
400
Invalid request parameters.
application/json
401
Authentication credentials are missing or incorrect.
get
/reviewsLast updated