Otter · Schema

ReviewReplyRequest

The request to reply to a review.

RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics

Properties

Name Type Description
reviewId string The review ID.
externalStoreId string External store ID of the review you are responding to. Fails the requests if invalid external store ID is passed.
serviceSlug string The slug of the service for the review.
replyText string The reply text.
scheduledAt number The scheduled timestamp (seconds) to reply to the review.
View JSON Schema on GitHub

JSON Schema

public-api-review-reply-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ReviewReplyRequest",
  "description": "The request to reply to a review.",
  "$id": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-schema/public-api-review-reply-request-schema.json",
  "type": "object",
  "properties": {
    "reviewId": {
      "type": "string",
      "description": "The review ID.",
      "example": "review-56e9-46be"
    },
    "externalStoreId": {
      "type": "string",
      "description": "External store ID of the review you are responding to. Fails the requests if invalid external store ID is passed.",
      "example": "order-1fa4-479c"
    },
    "serviceSlug": {
      "type": "string",
      "description": "The slug of the service for the review.",
      "example": "ubereats"
    },
    "replyText": {
      "type": "string",
      "description": "The reply text.",
      "example": "Thank you very much."
    },
    "scheduledAt": {
      "type": "number",
      "description": "The scheduled timestamp (seconds) to reply to the review.",
      "format": "double",
      "example": 1697727006,
      "nullable": true
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/public-api-review-reply-request"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.