Bekijk deze tekst in het Nederlands

Review Backend API Documentation

Let op: de oude versie van de API is beschikbaar tot 1 april 2024

Introduction

Welcome to the Review Backend API documentation. This API provides functionality for managing and retrieving product reviews. All requests to this API must be made using the RESTful protocol, and a valid bearer token is required for authentication.

Authentication

To obtain a bearer token, please contact our customer service. Include the token in the header of each API request as follows:

Authorization: Bearer YOUR_TOKEN_HERE

Endpoint: fetch Reviews

This endpoint is used for fetching reviews based on certain criteria.

Query Parameters:

Example Request:
GET /v1/reviews/product/partner?eans[]=8806084073662&page=1&per_page=50

Support

If you have any further questions or issues, please contact our customer service for assistance.