Lightspeed · Example Payload

Restaurant K Series Staff Api Webhook Dto Example

POSRetailRestaurantEcommerce

Restaurant K Series Staff Api Webhook Dto Example is an example object payload from Lightspeed, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

uuidnotificationTypeurlwebhookNamebusinessLocationIdcreatedAtupdatedAt

Example Payload

Raw ↑
{
  "uuid": "e95c2cc5-4489-4025-a7e2-a34faeaa5f9d",
  "notificationType": "shift.created",
  "url": "https://example.com/path/abc123",
  "webhookName": "My Awesome Webhook",
  "businessLocationId": 1234567890,
  "createdAt": "2026-03-15T14:30:00Z",
  "updatedAt": "2026-03-15T14:30:00Z"
}