GET
/
api
/
v1
/
locations
/
{locationId}
/
menus

Authorizations

X-API-Key
string
headerrequired

Path Parameters

locationId
string
required

The unique ID of the location.

Query Parameters

orderTimeString
string
required

The desired order time string (format: ISO 8601).

Response

200 - application/json
id
string

The unique ID of the menu.

name
string

The name of the menu.

isActive
boolean

Indicate whether the current menu is active or not.

categories
object[]

An array of menu categories.