Change Updates

Do not miss any Lightspeed Restaurant K-Series API changes, ever again

Subscribe to the Lightspeed Restaurant K-Series API changelog to be up to date on recent changes.

RSS
Lightspeed Restaurant K-Series API documentation

Change #a48f9f18

Last update:
Compare

API structure has changed

8 structure changes including:
8 Modifications
Modified 8 Breaking
GET /reservation/api/1/platform/{platform-code}/profile
  • Response
  • 200 response Modified
    • application/json content type Modified
      • webhook_url, notification_types, display_name, deposit_supported, own_notifications_only, webhook_auth_type, webhook_auth_details attributes Removed
        • Removing a resource is always breaking unless it was deprecated before

          Breaking

      • webhookUrl, notificationTypes, displayName, depositSupported, ownNotificationsOnly, webhookAuthType, webhookAuthDetails attributes Added
GET /reservation/api/1/user/platform/{platform-code}/business-locations
  • Response
  • 200 response Modified
    • application/json content type Modified
PATCH /reservation/api/1/platform/{platform-code}/webhook/auth/bearer-auth
  • Body
  • application/json content type Modified
    • token_ttl attribute Removed
      • Removing a resource is always breaking unless it was deprecated before

        Breaking

    • tokenTtl attribute Added
PATCH /reservation/api/1/platform/{platform-code}/webhook/auth/oauth2
  • Body
  • application/json content type Modified
    • client_id, client_secret, client_name, client_authorization_method, authorization_grant_type, provider_token_uri, provider_jwk_set_uri attributes Removed
      • Removing a resource is always breaking unless it was deprecated before

        Breaking

    • clientId, clientSecret, clientName, clientAuthorizationMethod, authorizationGrantType, providerTokenUri, providerJwkSetUri attributes Added
POST /reservation/api/1/platform/{platform-code}/profile
  • Body
  • application/json content type Modified
    • webhook_url, notification_types, display_name, deposit_supported, own_notifications_only, webhook_auth_type, webhook_auth_details attributes Removed
      • Removing a resource is always breaking unless it was deprecated before

        Breaking

    • webhookUrl, notificationTypes, displayName, depositSupported, ownNotificationsOnly, webhookAuthType, webhookAuthDetails attributes Added
POST /reservation/api/1/user/platform/{platform-code}/integration/activate
  • Body
  • application/json content type Modified
    • business_location_id, platform_restaurant_id attributes Removed
      • Removing a resource is always breaking unless it was deprecated before

        Breaking

    • businessLocationId, platformRestaurantId attributes Added
POST /reservation/api/1/user/platform/{platform-code}/integration/deactivate
  • Body
  • application/json content type Modified
    • business_location_id, platform_restaurant_id attributes Removed
      • Removing a resource is always breaking unless it was deprecated before

        Breaking

    • businessLocationId, platformRestaurantId attributes Added
PUT /reservation/api/1/platform/{platform-code}/restaurant/{platform-restaurant}/reservation/{platform-reservation}/push
  • Body
  • application/json content type Modified
    • guest attribute Modified
      • platform_guest_id, first_name, last_name, walk_in properties Removed
        • Removing a resource is always breaking unless it was deprecated before

          Breaking

      • platformGuestId, firstName, lastName, walkIn properties Added
    • liability attribute Modified
      • deposits, refunds properties Modified
    • party_size, table_numbers, utc_scheduled_at, utc_updated_at, sequence_id attributes Removed
      • Removing a resource is always breaking unless it was deprecated before

        Breaking

    • partySize, tableNumbers, utcScheduledAt, utcUpdatedAt, sequenceId attributes Added