cURL
curl --request GET \ --url https://public-api-demo.clearline.me/pos/{posSystemId}/kiosk/{terminalId}/menu \ --header 'Authorization: Bearer <token>'
{ "data": { "items": [ { "title": "<string>", "icon": "<string>", "pageUrl": "<string>" } ] } }
Retrieve Kiosk menu list for the specified POS system and terminal.
JWT Authorization header using the Bearer scheme.
Success
Pos Kiosk menu
Show child attributes