Lightspeed · Schema

reservation-servicePlatformOAuth2Webhook

The OAuth2 credentials that will be sent with the webhook notifications. See [OAuth 2.0](https://oauth.net/2/).

Point-of-SaleRetailRestaurantE-Commerce

Properties

Name Type Description
authorizationGrantType string The authorization grant type. See [OAuth2 Grant Types](https://oauth.net/2/grant-types/).
clientAuthorizationMethod string The client authorization method. See [OAuth2 Client Authentication](https://oauth.net/2/client-authentication/).
clientId string The OAuth2 client ID.
clientName string The OAuth2 client name.
clientSecret string The OAuth2 client secret.
providerJwkSetUri string The external platform URL for getting public keys to verify given access tokens on the K-Series side.
providerTokenUri string The external platform URL for getting access tokens by private credentials.
scopes array The scopes being granted to the API client.
View JSON Schema on GitHub

JSON Schema

restaurant-k-series-reservation-service-platform-oauth2-webhook-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "reservation-servicePlatformOAuth2Webhook",
  "description": "The OAuth2 credentials that will be sent with the webhook notifications. See [OAuth 2.0](https://oauth.net/2/).",
  "$id": "https://raw.githubusercontent.com/api-evangelist/lightspeed-pos/refs/heads/main/json-schema/restaurant-k-series-reservation-service-platform-oauth2-webhook-schema.json",
  "type": "object",
  "properties": {
    "authorizationGrantType": {
      "default": "CLIENT_CREDENTIALS",
      "description": "The authorization grant type. See [OAuth2 Grant Types](https://oauth.net/2/grant-types/).",
      "enum": [
        "CLIENT_CREDENTIALS"
      ],
      "example": "CLIENT_CREDENTIALS",
      "type": "string"
    },
    "clientAuthorizationMethod": {
      "default": "CLIENT_SECRET_BASIC",
      "description": "The client authorization method. See [OAuth2 Client Authentication](https://oauth.net/2/client-authentication/).",
      "enum": [
        "CLIENT_SECRET_BASIC",
        "CLIENT_SECRET_JWT",
        "CLIENT_SECRET_POST"
      ],
      "example": "CLIENT_SECRET_BASIC",
      "type": "string"
    },
    "clientId": {
      "description": "The OAuth2 client ID.",
      "example": "LightspeedKSeries",
      "type": "string"
    },
    "clientName": {
      "description": "The OAuth2 client name.",
      "example": "LightspeedKSeries",
      "type": "string"
    },
    "clientSecret": {
      "description": "The OAuth2 client secret.",
      "example": "Example-Client-Secret",
      "format": "password",
      "type": "string"
    },
    "providerJwkSetUri": {
      "description": "The external platform URL for getting public keys to verify given access tokens on the K-Series side.",
      "example": "https://my.platform/public-keys",
      "format": "uri",
      "type": "string"
    },
    "providerTokenUri": {
      "description": "The external platform URL for getting access tokens by private credentials.",
      "example": "https://my.platform/emitter/token",
      "format": "uri",
      "type": "string"
    },
    "scopes": {
      "description": "The scopes being granted to the API client.",
      "example": [
        "webhooks-api"
      ],
      "items": {
        "type": "string"
      },
      "type": "array",
      "uniqueItems": true
    }
  },
  "required": [
    "clientId",
    "clientSecret",
    "providerTokenUri"
  ]
}

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/restaurant-k-series-reservation-service-platform-oauth2-webhook"
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.