Lightspeed · JSON Structure

Restaurant K Series Reservation Service Platform Bearer Token Webhook Structure

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

Type: object Properties: 2 Required: 1
POSRetailRestaurantEcommerce

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

Properties

token ttl

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-bearer-token-webhook-structure.json",
  "name": "reservation-servicePlatformBearerTokenWebhook",
  "description": "The bearer token that will be sent with the webhook notifications. See [Bearer Authentication](https://swagger.io/docs/specification/authentication/bearer-authentication/).",
  "type": "object",
  "properties": {
    "token": {
      "description": "The bearer token.",
      "example": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...",
      "format": "password",
      "type": "string"
    },
    "ttl": {
      "description": "Token expiration time in UTC.",
      "example": "2035-01-01T00:00:00",
      "type": "datetime",
      "x-field-extra-annotation": "@com.fasterxml.jackson.annotation.JsonFormat(pattern = \"yyyy-MM-dd'T'HH:mm:ss\", shape = com.fasterxml.jackson.annotation.JsonFormat.Shape.STRING, timezone = \"UTC\")"
    }
  },
  "required": [
    "token"
  ]
}