Skip to main content

Authentication

All requests must include an API key in the x-api-key HTTP header.
Never expose your API key in client-side code, browser requests, or public repositories. A missing or invalid key returns 401 Unauthorized.

Execute your first request

Fetch Product IDs first
Sample Response
Use the id values from the previous step to request reviews. Use the same endpoint and pass product_id in the products parameter
Sample Response