Lightspeed · JSON Structure

Restaurant K Series Reservation Service Platform Basic Auth Webhook Structure

The basic authentication credentials that will be sent with the webhook notifications. See [Basic Authentication](https://swagger.io/docs/specification/authentication/basic-authentication/).

Type: object Properties: 2 Required: 2
POSRetailRestaurantEcommerce

reservation-servicePlatformBasicAuthWebhook is a JSON Structure definition published by Lightspeed, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

password username

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/lightspeed-pos/refs/heads/main/json-structure/restaurant-k-series-reservation-service-platform-basic-auth-webhook-structure.json",
  "name": "reservation-servicePlatformBasicAuthWebhook",
  "description": "The basic authentication credentials that will be sent with the webhook notifications. See [Basic Authentication](https://swagger.io/docs/specification/authentication/basic-authentication/).",
  "type": "object",
  "properties": {
    "password": {
      "description": "The basic auth password.",
      "example": "Example-Password",
      "format": "password",
      "type": "string"
    },
    "username": {
      "description": "The basic auth username.",
      "example": "LightspeedKSeries",
      "type": "string"
    }
  },
  "required": [
    "username",
    "password"
  ]
}