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 Questions API

Create and retrieve customer questions.

REVIEWS.io Questions 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 Questions. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 2 operations across 2 paths, and defines 1 schema. It is described by OpenAPI 3.0.1, at version 1.0.

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

2 operations 2 paths 1 schemas 1 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 Questions 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 2

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

Questions 2

Create and retrieve customer questions.

POST
/questions/store
Create a new question
createQuestion 2 params body → 200
GET
/reviews
Retrieve reviews and questions
retrieveReviewsAndQuestions 6 params → 200

Schemas 1

The contract defines 1 schema that model the data the API accepts and returns. The most detailed is CreateQuestionRequest (4 properties). Each schema is shown below with its type and property counts.

CreateQuestionRequest
object
4 properties 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

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

Other APIs REVIEWS.io publishes across the network.

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