Quick Start
Last updated
Last updated
The Merchant REST API API is not intended for client-side use.
For public and client-side use, see the Storefront REST API.
Your API requests are authenticated using your Okendo User ID and an API Key. You can get these details from the integration settings section of the Okendo app.
To make your first request, send an authenticated request to the /reviews
endpoint. This will fetch some of your published reviews
.
To make the request, use a networking client of your choice or follow these examples:
Returns a list of Reviews for the requested store
/reviews
A limit on the number of items returned. Between 1 and 100. Default 25.
25
The URL-encoded JSON object representing the cursor for the next page of results.
The sort order of the reviews. Format: '(date|rating) (asc|desc)'. Default 'date desc'
date desc
The moderation status of the review.
approved
approved
, pending
, rejected