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

Judge.me Reviews API

List and create product and store reviews.

Judge.me Reviews API is one of 4 APIs that Judge.me publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

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

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

Requests are made against a single base URL, https://judge.me/api/v1.

2 operations 1 paths 4 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://judge.me/api/v1
Authentication
API Key, API Key
Terms of Service
Resource Areas
1

Authentication & Security 2

Judge.me Reviews API declares 2 security schemes for authenticating requests. An API key is passed in the query as api_token (apiToken). An API key is passed in the query as shop_domain (shopDomain). By default, every request must be authenticated.

  • apiToken — Public or private Judge.me API token passed as a query parameter.
  • shopDomain — The store's myshopify.com domain passed as a query parameter.

Paths & Operations 2

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

Reviews 2

List and create product and store reviews.

GET
/reviews
List reviews
listReviews 6 params → 200401
POST
/reviews
Create a review
createReview 2 params body → 200401422

Schemas 4

The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are Review (14 properties), CreateReviewRequest (9 properties), Reviewer (8 properties), ReviewList (3 properties). Each schema is shown below with its type and property counts.

Review
object
14 properties
ReviewList
object
3 properties
CreateReviewRequest
object
9 properties 3 required
Reviewer
object
8 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

judge-me-reviews-api-openapi.yml Raw ↑

Other APIs Judge.me publishes across the network.

Judge.me Products API
Judge.me Review Requests API
Judge.me Widgets API