Lightspeed · JSON Structure

Restaurant K Series Reservation Service Platform Webhook Response Dto Structure

Updated webhook authorization details.

Type: object Properties: 2 Required: 2
POSRetailRestaurantEcommerce

reservation-servicePlatformWebhookResponseDto 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

accepted currentAuthType

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-webhook-response-dto-structure.json",
  "name": "reservation-servicePlatformWebhookResponseDto",
  "description": "Updated webhook authorization details.",
  "type": "object",
  "properties": {
    "accepted": {
      "description": "Whether the webhook request was accepted.",
      "example": true,
      "type": "boolean"
    },
    "currentAuthType": {
      "description": "The current authentication type.",
      "enum": [
        "BASIC_AUTH",
        "BEARER_TOKEN",
        "API_KEYS",
        "OAUTH2"
      ],
      "type": "string"
    }
  },
  "required": [
    "accepted",
    "currentAuthType"
  ]
}