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

Manage review-submitted webhook subscriptions.

REVIEWS.io Webhooks 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 Webhooks. 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 2 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.

2 operations 2 paths 2 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 Webhooks 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.

Webhooks 2

Manage review-submitted webhook subscriptions.

POST
/webhook/add
Add a review submitted webhook
addWebhook 2 params body → 200
GET
/webhook/list
List all webhooks
listWebhooks 2 params → 200

Schemas 2

The contract defines 2 schemas that model the data the API accepts and returns. The most detailed are Webhook (4 properties), WebhookRequest (3 properties). Each schema is shown below with its type and property counts.

Webhook
object
4 properties
WebhookRequest
object
3 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

reviews-io-webhooks-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 Questions API
REVIEWS.io Ratings API