Quick Start
Get started in minutes with Okendo's Merchant REST API
Get Your Credentials
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.
Make Your First Request
To make your first request, send an authenticated request to the /reviews endpoint. This will fetch some of your published reviews.
Returns a list of Reviews for the requested store
A limit on the number of items returned. Between 1 and 100. Default 25.
25The 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 descThe moderation status of the review.
approvedPossible values: An object containing a list of Reviews and a relative link to the next page of results if available.
Invalid request parameters.
Authentication credentials are missing or incorrect.
To make the request, use a networking client of your choice or follow these examples:
Last updated