Lightspeed · Schema

apeWebhookEndpoint

apeWebhookEndpoint schema from Lightspeed Restaurant K Series API

Point-of-SaleRetailRestaurantE-Commerce

Properties

Name Type Description
endpointId string The unique endpoint ID, for example the integration name. Case sensitive.
url string The URL which this endpoint points to.
withBasicAuth boolean If basic auth should be used, defaults to false.
username string The username for basic auth.
password string The password for basic auth.
provideAccount boolean Whether or not to include account info in the notification.
expandTransactions boolean Whether or not to include transaction lines in the notification.
expandPayments boolean Whether or not to include payment lines in the notification.
subscribeTo array
View JSON Schema on GitHub

JSON Schema

restaurant-k-series-ape-webhook-endpoint-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "apeWebhookEndpoint",
  "description": "apeWebhookEndpoint schema from Lightspeed Restaurant K Series API",
  "$id": "https://raw.githubusercontent.com/api-evangelist/lightspeed-pos/refs/heads/main/json-schema/restaurant-k-series-ape-webhook-endpoint-schema.json",
  "type": "object",
  "properties": {
    "endpointId": {
      "example": "MY-AWESOME-ENDPOINT-ID",
      "description": "The unique endpoint ID, for example the integration name. Case sensitive.",
      "type": "string"
    },
    "url": {
      "example": "https://webhook.site/1dc40b86-3d0d",
      "description": "The URL which this endpoint points to.",
      "type": "string"
    },
    "withBasicAuth": {
      "default": false,
      "description": "If basic auth should be used, defaults to false.",
      "type": "boolean",
      "example": true
    },
    "username": {
      "example": "username",
      "description": "The username for basic auth.",
      "type": "string"
    },
    "password": {
      "example": "password",
      "description": "The password for basic auth.",
      "type": "string"
    },
    "provideAccount": {
      "description": "Whether or not to include account info in the notification.",
      "example": true,
      "default": false,
      "type": "boolean"
    },
    "expandTransactions": {
      "example": true,
      "description": "Whether or not to include transaction lines in the notification.",
      "default": false,
      "type": "boolean"
    },
    "expandPayments": {
      "example": true,
      "description": "Whether or not to include payment lines in the notification.",
      "default": false,
      "type": "boolean"
    },
    "subscribeTo": {
      "items": {
        "description": "Event to listen to by resource",
        "example": {
          "name": "DELIVERED",
          "resource": "order"
        },
        "properties": {
          "name": {
            "type": "string",
            "description": "Events to subscribe to.\n* order: `DELIVERED`\n* item: `SALES_RESTRICTION_UPDATED` - Business locations for this webhook must be specified [here](https://api-docs.lsk.lightspeed.app/operation/operation-apegetwebhookbusinesslocations).\n\nThe following are always sent:\n* Account: `CLOSED` and `CHECK_WAS_UPDATED`.\n* Order: `FAILURE`, `READY_FOR_PICKUP` and `CANCELLED`.\n* Payment: `SUCCESS` and `FAILURE`."
          },
          "resource": {
            "enum": [
              "order",
              "payment",
              "item",
              "order_api"
            ],
            "type": "string"
          }
        },
        "type": "object"
      },
      "type": "array"
    }
  },
  "required": [
    "endpointId",
    "url"
  ]
}

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-ape-webhook-endpoint"
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.