Lightspeed Restaurant K Series API
1.0.0

Lightspeed Restaurant offers a REST API in order to communicate with the data in the system. These APIs are built using the RESTful standards and adhere to the basic verb interactions as defined by the REST standard.

These services are in continuous development and subject to change. Find our versioning policy here.

This is the documentation for version 1.0.0 of the API. Last update on May 1, 2024.

Base URL
https://api.trial.lsk.lightspeed.app

Get Menu List

GET /o/op/1/menu/list

Returns a list of menus for a given business location.

Query parameters

Responses

  • 200 application/json

    Load menus

    Hide response attributes Show response attributes object
GET /o/op/1/menu/list
curl \
 -X GET https://api.trial.lsk.lightspeed.app/o/op/1/menu/list?businessLocationId=45454565682155 \
 -H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
[
  {
    "menuName": "Lunch Menu",
    "ikentooMenuId": 141948669132851
  }
]