Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

REVIEWS.io Product Reviews API

Retrieve, create, and vote on product reviews.

REVIEWS.io Product Reviews API is one of 6 APIs that REVIEWS.io publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Product Reviews. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 3 operations across 3 paths, and defines 3 schemas. It is described by OpenAPI 3.0.1, at version 1.0.

Requests are made against a single base URL, https://api.reviews.io.

3 operations 3 paths 3 schemas 2 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
1.0
Base URL
https://api.reviews.io
Authentication
API Key, API Key
Terms of Service
Resource Areas
1

Authentication & Security 2

REVIEWS.io Product Reviews API declares 2 security schemes for authenticating requests. An API key is passed in the header as store (storeKey). An API key is passed in the header as apikey (apiKey). By default, every request must be authenticated.

  • storeKey — Your REVIEWS.io public store key.
  • apiKey — Your REVIEWS.io private API key.

Paths & Operations 3

Across 3 paths, the API surfaces 3 operations — 2 GET, 1 POST. Each is listed below with its method, path, parameters, and response codes.

Product Reviews 3

Retrieve, create, and vote on product reviews.

GET
/product/review
Retrieve product reviews
retrieveProductReviews 12 params → 200
POST
/product/review/new
Create a new product review
createProductReview 2 params body → 200
GET
/product/vote
Add to the vote count of a product review
voteProductReview 2 params → 200

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are CreateProductReviewRequest (12 properties), ProductReview (7 properties), ProductReviewsResponse (3 properties). Each schema is shown below with its type and property counts.

ProductReviewsResponse
object
3 properties
ProductReview
object
7 properties
CreateProductReviewRequest
object
12 properties 5 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

reviews-io-product-reviews-api-openapi.yml Raw ↑

Other APIs REVIEWS.io publishes across the network.

REVIEWS.io Company Reviews API
REVIEWS.io Invitations API
REVIEWS.io Questions API
REVIEWS.io Ratings API
REVIEWS.io Webhooks API