Lightspeed · Example Payload

Restaurant K Series Ape Webhook Endpoint Example

POSRetailRestaurantEcommerce

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

Top-level fields

endpointIdurlwithBasicAuthusernamepasswordprovideAccountexpandTransactionsexpandPaymentssubscribeTo

Example Payload

Raw ↑
{
  "endpointId": "MY-AWESOME-ENDPOINT-ID",
  "url": "https://webhook.site/1dc40b86-3d0d",
  "withBasicAuth": true,
  "username": "username",
  "password": "password",
  "provideAccount": true,
  "expandTransactions": true,
  "expandPayments": true,
  "subscribeTo": [
    {
      "name": "DELIVERED",
      "resource": "order"
    }
  ]
}