Lightspeed · Example Payload

Restaurant K Series Reservation Service Platform Oauth2 Webhook Example

POSRetailRestaurantEcommerce

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

Top-level fields

authorizationGrantTypeclientAuthorizationMethodclientIdclientNameclientSecretproviderJwkSetUriproviderTokenUriscopes

Example Payload

Raw ↑
{
  "authorizationGrantType": "CLIENT_CREDENTIALS",
  "clientAuthorizationMethod": "CLIENT_SECRET_BASIC",
  "clientId": "LightspeedKSeries",
  "clientName": "LightspeedKSeries",
  "clientSecret": "Example-Client-Secret",
  "providerJwkSetUri": "https://my.platform/public-keys",
  "providerTokenUri": "https://my.platform/emitter/token",
  "scopes": [
    "webhooks-api"
  ]
}