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.lsk.lightspeed.app/o/op/1/menu/list?businessLocationId=45454565682155 \
 -H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
[
  {
    "menuName": "Lunch Menu",
    "ikentooMenuId": 141948669132851
  }
]